Nota
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba mendaftar masuk atau menukar direktori.
Capaian ke halaman ini memerlukan kebenaran. Anda boleh cuba menukar direktori.
Syntax
Date.MonthName(date as any, optional culture as nullable text) as nullable text
About
Returns the name of the month component for the provided date. An optional culture may also be provided (for example, "en-US").
Example
Get the month name.
Usage
Date.MonthName(#datetime(2011, 12, 31, 5, 0, 0), "en-US")
Output
"December"