当前位置: 首页 > 网络学院 > 客户端脚本教程 > VBScript > VBScript Weekday 函数
The Weekday function returns a number between 1 and 7, that represents the day of the week.
Weekday 函数可以返回代表一星期中某天的整数
Weekday(date[,firstdayofweek]) |
参数 | 描述 |
---|---|
date | Required. The date expression to evaluate 必选项。可以代表日期的任意表达式 |
firstdayofweek | Optional. Specifies the first day of the week. 可选项。指定星期中第一天的常数 Can take the following values:
|
document.write(Date & "<br />") 输出: 1/15/2002 |