Skip to content

DATE ^v2.6.131

Returns the serial number of a date.

js
DATE(year, month, day)
DATE(year, month, day)

Parameters

  • year - The year as a number between 1900 and 9999.
  • month - The month as a number between 1 and 12.
  • day - The day as a number between 1 and 31.

Examples

js
DATE(2022, 4, 17)
DATE(2022, 4, 17)

Result: 45033.0