MS Access DateValue() 函数
定义和用法
DateValue() 函数根据字符串返回日期。
注意: 如果给定的字符串不包含年份部分,该函数将使用当前年份。
语法
DateValue(string_date)
参数值
参数 | 描述 |
---|---|
string_date | 必需。表示日期的字符串(从 100 年 1 月 1 日到 9999 年 12 月 31 日) |
技术细节
适用环境 | 从 Access 2000 开始 |
---|
DateValue() 函数根据字符串返回日期。
注意: 如果给定的字符串不包含年份部分,该函数将使用当前年份。
DateValue(string_date)
参数 | 描述 |
---|---|
string_date | 必需。表示日期的字符串(从 100 年 1 月 1 日到 9999 年 12 月 31 日) |
适用环境 | 从 Access 2000 开始 |
---|
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]