MS Access DateSerial() 函数
定义和用法
DateSerial() 函数从指定的部件(年、月和日值)返回日期。
语法
DateSerial(year, month, day)
参数值
参数 | 描述 |
---|---|
year | 必需。指定年份(4 位数) |
month | 必需。指定月份(从 1 到 12) |
day | 必需。指定日期(从 1 到 31) |
技术细节
适用于 | 从 Access 2000 起 |
---|
DateSerial() 函数从指定的部件(年、月和日值)返回日期。
DateSerial(year, month, day)
参数 | 描述 |
---|---|
year | 必需。指定年份(4 位数) |
month | 必需。指定月份(从 1 到 12) |
day | 必需。指定日期(从 1 到 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]