We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2abfeca commit 4f01cc4Copy full SHA for 4f01cc4
1 file changed
Readme.md
@@ -82,7 +82,7 @@ dateFormat(now, "N");
82
| `d` | Day of the month as digits; no leading zero for single-digit days. |
83
| `dd` | Day of the month as digits; leading zero for single-digit days. |
84
| `ddd` | Day of the week as a three-letter abbreviation. |
85
-| `DDD` | "Yes", "Tod" or "Tom" if date lies within these three days. Else fall back to ddd. |
+| `DDD` | "Yes", "Tod" or "Tom" if date lies within these three days. Else fall back to ddd. |
86
| `dddd` | Day of the week as its full name. |
87
| `DDDD` | "Yesterday", "Today" or "Tomorrow" if date lies within these three days. Else fall back to dddd. |
88
| `m` | Month as digits; no leading zero for single-digit months. |
0 commit comments