MS Access DateSerial() Function
Definition and Usage
The DateSerial() function returns a date from the specified parts (year, month, and day values).
Syntax
DateSerial(year, month, day)
Parameter Values
Parameter | Description |
---|---|
year | Required. Specifies a year (4 digits) |
month | Required. Specifies a month (from 1 to 12) |
day | Required. Specifies a day (from 1 to 31) |
Technical Details
Works in: | From Access 2000 |
---|
More Examples
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.