Skip to content

Commit

Permalink
Merge pull request #73 from sumanchapai/weekday-directive
Browse files Browse the repository at this point in the history
  • Loading branch information
aj3sh authored Dec 5, 2023
2 parents 5c424ea + 97fca1f commit 4127b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ np_datetime = parse("Jestha 15, 2079") # 2079-02-15 00:00:00

| Directive | Meaning | Example |
| --------- | --------------------------------------------------------- | ------------------------------ |
| `%A` | Weekday as locale’s abbreviated name. | Sun, Mon, …, Sat (आइत, सोम, …) |
| `%a` | Weekday as locale’s abbreviated name. | Sun, Mon, …, Sat (आइत, सोम, …) |
| `%A` | Weekday as locale’s full name. | Sunday, Monday, …, Saturday |
| `%d` | Day of the month as a zero-padded decimal number. | 01, 02, …, 31 |
| `%-d` | Day of the month as a decimal number. | 1, 2, …, 31 |
Expand Down

0 comments on commit 4127b12

Please sign in to comment.