Month

Extracts month from a date \ datetime

Month("2023-11-04 05:19:58.000") โ†’ 11
Month("2018-01-29") โ†’ 1

Inputs

Month(dateTime)

  • dateTime - Date, time, or datetime value

Last updated