MakeDate
Makes a date from the given year, month, and day of the month.
Usage
MakeDate(year, month, day)
year (required): The year.
month (required): The month.
day (required): The day.
Example
MakeDate(2019,1,31)
- 2019-01-31 00:00:00
Makes a date from the given year, month, and day of the month.
MakeDate(year, month, day)
year (required): The year.
month (required): The month.
day (required): The day.
MakeDate(2019,1,31)