Merge pull request #1083 from Brad-Christie/patch-1

MomentJS: Only 12 months for `Mo`.
This commit is contained in:
Rico Sta. Cruz 2019-12-18 13:31:38 +11:00 committed by GitHub
commit 62b7da238b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Used by [Moment.js](http://momentjs.com/docs/#/displaying/) and [date-fns/format
| `YYYY` | `2013` | | | `YYYY` | `2013` | |
| --- | --- | --- | | --- | --- | --- |
| `M` | `1`..`12` _(Jan is 1)_ | **Month** | | `M` | `1`..`12` _(Jan is 1)_ | **Month** |
| `Mo` | `1st`..`31st` | | | `Mo` | `1st`..`12th` | |
| `MM` | `01`..`12` _(Jan is 1)_ | | | `MM` | `01`..`12` _(Jan is 1)_ | |
| `MMM` | `Jan` | | | `MMM` | `Jan` | |
| `MMMM` | `January` | | | `MMMM` | `January` | |