Skip to content

Commit

Permalink
Correct HTML Week documentation to ISO format (#625)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashsearle committed May 12, 2020
1 parent d44f1e7 commit f7b96fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/moment/01-parsing/05-special-formats.md
Expand Up @@ -27,5 +27,5 @@ As of version **2.20.0**, the following HTML5 formats are available:
| `moment.HTML5_FMT.TIME` | `HH:mm` | 16:34 |`<input type="time" />` |
| `moment.HTML5_FMT.TIME_SECONDS` | `HH:mm:ss` | 16:34:10 |`<input type="time" step="1" />` |
| `moment.HTML5_FMT.TIME_MS` | `HH:mm:ss.SSS` | 16:34:10.234 |`<input type="time" step="0.001" />` |
| `moment.HTML5_FMT.WEEK` | `YYYY-[W]WW` | 2017-W50 |`<input type="week" />` |
| `moment.HTML5_FMT.WEEK` | `GGGG-[W]WW` | 2017-W50 |`<input type="week" />` |
| `moment.HTML5_FMT.MONTH` | `YYYY-MM` | 2017-12 |`<input type="month" />` |

0 comments on commit f7b96fa

Please sign in to comment.