Skip to content

Commit

Permalink
Fix multiple full months formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
timolins committed Feb 2, 2024
1 parent 05e79c7 commit 5b7056b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,8 @@ npm i little-date
| **Special cases** | |
| Full year | `2023` |
| Quarter range | `Q1 2023` |
| Entire month | `January 2023` |
| Full month | `January 2023` |
| Full months | `Jan - Feb 2023` |
| **With time** | |
| Today, different hours | `12am - 2:30pm` |
| Same day, different hours | `Jan 1, 12:11am - 2:30pm` |
Expand Down

0 comments on commit 5b7056b

Please sign in to comment.