From b21150deeba438a4d52b1be0e0a1b0e14dc174db Mon Sep 17 00:00:00 2001 From: Brad Christie Date: Wed, 1 May 2019 22:17:51 -0400 Subject: [PATCH] Only 12 months. --- _includes/common/moment_format.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_includes/common/moment_format.md b/_includes/common/moment_format.md index 4ef8a5b56..67054cc35 100644 --- a/_includes/common/moment_format.md +++ b/_includes/common/moment_format.md @@ -33,7 +33,7 @@ Used by [Moment.js](http://momentjs.com/docs/#/displaying/) and [date-fns/format | `YYYY` | `2013` | | | --- | --- | --- | | `M` | `1`..`12` _(Jan is 1)_ | **Month** | -| `Mo` | `1st`..`31st` | | +| `Mo` | `1st`..`12th` | | | `MM` | `01`..`12` _(Jan is 1)_ | | | `MMM` | `Jan` | | | `MMMM` | `January` | |