Skip to content

Commit

Permalink
Fix table layout in lightFormat
Browse files Browse the repository at this point in the history
  • Loading branch information
kossnocorp committed Dec 13, 2018
1 parent dd35f98 commit ca1fcda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lightFormat/index.js
Expand Up @@ -46,7 +46,7 @@ var doubleQuoteRegExp = /''/g
* | | aaaaa | a, p |
* | Calendar year | y | 44, 1, 1900, 2017 |
* | | yy | 44, 01, 00, 17 |
* | | yyy | 044, 001, 000, 017 |
* | | yyy | 044, 001, 000, 017 |
* | | yyyy | 0044, 0001, 1900, 2017 |
* | Month (formatting) | M | 1, 2, ..., 12 |
* | | MM | 01, 02, ..., 12 |
Expand Down

0 comments on commit ca1fcda

Please sign in to comment.