MySQL DAYOFYEAR() 函数
定义和使用
DAYOFYEAR() 函数返回给定日期的当年天数(介于 1 到 366 之间的数字)。
语法
DAYOFYEAR(date)
参数值
参数 | 描述 |
---|---|
date | 必需。要返回当年天数的日期 |
技术细节
在以下版本中有效 | 从 MySQL 4.0 |
---|
DAYOFYEAR() 函数返回给定日期的当年天数(介于 1 到 366 之间的数字)。
DAYOFYEAR(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]