Date.MonthName
Date.MonthName(date as any, optional culture as nullable text) as nullable text
Restituisce il nome del componente del mese per il valore date
specificato. Facoltativamente è possibile specificare anche un elemento culture
, ad esempio, "en-US".
Ottenere il nome del mese.
Utilizzo
Date.MonthName(#datetime(2011, 12, 31, 5, 0, 0), "en-US")
Output
"December"