Date.MonthName
- [アーティクル]
-
-
Date.MonthName(date as any, optional culture as nullable text) as nullable text
指定された date
の月部分の名前を返します。 オプションの culture
を指定することもできます (例: "en-US")。
月の名前を取得します。
使用方法
Date.MonthName(#datetime(2011, 12, 31, 5, 0, 0), "en-US")
出力
"December"