ASP学习:VBScript WeekdayName 函数
程序员文章站
2022-03-10 14:41:25
the weekdayname function returns the weekday name of a specified day of the week.weekdayname 函数可以返...
the weekdayname function returns the weekday name of a specified day of the week.
weekdayname 函数可以返回一个字符串,表示星期中指定的某一天
语法
weekdayname(weekday[,abbreviate[,firstdayofweek]]) |
参数 | 描述 |
---|---|
weekday | required. the number of the weekday 必选项。星期中某天的数值定义。各天的数值定义取决于 firstdayofweek 参数设置。 |
abbreviate | optional. a boolean value that indicates if the weekday name is to be abbreviated 可选项。boolean 值,指明是否缩写表示星期各天的名称。如果省略, 默认值为 false,即不缩写星期各天的名称。 |
firstdayofweek | optional. specifies the first day of the week. 可选项。指明星期第一天的数值 can take the following values:
|
实例 1
document.write(weekdayname(3)) 输出: monday |
实例 2
document.write(date & "<br />") 输出: 10/22/2007 |
实例 3
document.write(date & "<br />") 输出: 10/22/2007 |
上一篇: chat.asp聊天程序的编写方法
下一篇: asp文件用什么软件编辑
推荐阅读
-
推荐ASP中VBScript常用函数
-
学习ASP关于与变量子类型相关的函数
-
ASP VBScript 函数速查表
-
ASP学习:VBScript WeekdayName 函数
-
VBScript ASP CDbl() 函数转换为双精度类型
-
ACCESS的参数化查询,附VBSCRIPT(ASP)和C#(ASP.NET)函数第1/2页
-
推荐ASP中VBScript常用函数
-
ACCESS的参数化查询,附VBSCRIPT(ASP)和C#(ASP.NET)函数第2/2页
-
asp(vbscript)中自定义函数的默认参数实现代码
-
ACCESS的参数化查询,附VBSCRIPT(ASP)和C#(ASP.NET)函数第1/2页