Skip to content

Commit

Permalink
[chore] Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterver committed Oct 6, 2024
1 parent a898575 commit 9d5517d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -493,8 +493,8 @@ Format a date according to a spec/locale and zone
| `W` | Week Number as pure digit | 1 2 .. 52 53 |
| `DD` | Day of month as 2 char | 01 02 .. 30 31 |
| `D` | Day of month as 1 char | 1 2 .. 30 31 |
| `dddd` | Day of week as 3 char | Sun Mon ... Fri Sat |
| `ddd` | Day of week in full | Sunday Monday ... Saturday |
| `dddd` | Day of week in full | Sunday Monday ... Saturday |
| `ddd` | Day of week as 3 char | Sun Mon ... Fri Sat |
| `HH` | Hours as 2-char | 00 01 .. 22 23 |
| `H` | Hours as pure digit | 0 1 .. 22 23 |
| `hh` | Hours in 12 hour time as 2 char | 01 02 ... 11 12 |
Expand Down

0 comments on commit 9d5517d

Please sign in to comment.