CLDR MMMM
Month name, full.
January
at the reference instant, Mon, Jan 2 2006, 3:04:05 PM MST
The full month name (January). Same locale caveats as the abbreviation — Go's layout is the odd one out, always English.
| Language | Token | Caveat |
|---|---|---|
| C / POSIX strftime | %B | |
| C# custom format | MMMM | |
| CLDR / ICU pattern | MMMM | |
| Go time layout | January | |
| Java DateTimeFormatter | MMMM | Five letters (MMMMM) give the narrow form, e.g. J. |
| JavaScript Intl.DateTimeFormat | month: "long" | |
| Moment.js format | MMMM | |
| PHP date() | F | |
| Python strftime | %B | |
| Ruby strftime | %B | %^B upcases it via the casing flag. |
| Rust chrono | %B | Parsing also accepts the abbreviation. |
Definition anchored to Unicode UTS #35 — Date Field Symbol Table.