Month (text) | DATE_MONTH_STRING

Syntax

DATE_MONTH_STRING( [value = CURRENT_DATE()] )

Parameters

value
A DATE value. If the value is not a DATE, it will be converted to one with the DATE operation.

Return Value

Returns the UTC month value of the VALUE as a TEXT

Description

Get the month value of a DATE as TEXT

Examples

DATE_MONTH_STRING("2017-08-30T17:36:23.000Z") # returns September