当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Day 函数
The Day function returns a number between 1 and 31 that represents the day of the month.
Day 函数可以返回 1 到 31 之间的一个整数(包括 1 和31),代表某月中的一天。
Day(date) |
参数 | 描述 |
---|---|
date | Required. Any expression that can represent a date 必选项。任何可以代表日期的表达式 |
document.write(Date & "<br />") 输出: 1/14/2002 |