MySQL WEEKDAY() 函数
定义和用法
WEEKDAY() 函数返回给定日期的星期几编号。
注意: 0 = 星期一,1 = 星期二,2 = 星期三,3 = 星期四,4 = 星期五,5 = 星期六,6 = 星期天。
语法
WEEKDAY(date)
参数值
参数 | 描述 |
---|---|
date | 必填。 要提取星期几编号的日期或日期时间 |
技术细节
工作于 | 从 MySQL 4.0 开始 |
---|
WEEKDAY() 函数返回给定日期的星期几编号。
注意: 0 = 星期一,1 = 星期二,2 = 星期三,3 = 星期四,4 = 星期五,5 = 星期六,6 = 星期天。
WEEKDAY(date)
参数 | 描述 |
---|---|
date | 必填。 要提取星期几编号的日期或日期时间 |
工作于 | 从 MySQL 4.0 开始 |
---|
If you want to use W3Schools services as an educational institution, team or enterprise, send us an e-mail:
[email protected]
If you want to report an error, or if you want to make a suggestion, send us an e-mail:
[email protected]