Skip to content

Commit

Permalink
Proper string formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jcricaro committed Jul 1, 2019
1 parent de0fc75 commit cf274dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@ NB. This is not very robust at all - use at your own risk! Needs a better implem

| Token | Desc | Example |
|-------|------------------------|-------------|
| d | day | 1 |
| dd | 0 prefixed day | 01 |
| D | abbr day | Mon |
| D | day | 1 |
| DD | 0 prefixed day | 01 |
| ddd | abbr day | Mon |
| su | date suffix | st, nd, rd |
| M | month number (1 based) | 1 (for Jan) |
| MM | 0 prefixed month | 01 |
Expand Down

0 comments on commit cf274dd

Please sign in to comment.