MonthName
Gets the month name for a date \ datetime
MonthName("2023-11-04 05:19:58.000") → "November"
Month("2018-01-29") → "January"
Inputs
MonthName(dateTime)
dateTime
- Date, time, or datetime value
Last updated
Was this helpful?
Gets the month name for a date \ datetime
MonthName("2023-11-04 05:19:58.000") → "November"
Month("2018-01-29") → "January"
MonthName(dateTime)
dateTime
- Date, time, or datetime value
Last updated
Was this helpful?