Skip to content

Commit 4f01cc4

Browse files
committed
fix vertical slash position
1 parent 2abfeca commit 4f01cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ dateFormat(now, "N");
8282
| `d` | Day of the month as digits; no leading zero for single-digit days. |
8383
| `dd` | Day of the month as digits; leading zero for single-digit days. |
8484
| `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. |
85+
| `DDD` | "Yes", "Tod" or "Tom" if date lies within these three days. Else fall back to ddd. |
8686
| `dddd` | Day of the week as its full name. |
8787
| `DDDD` | "Yesterday", "Today" or "Tomorrow" if date lies within these three days. Else fall back to dddd. |
8888
| `m` | Month as digits; no leading zero for single-digit months. |

0 commit comments

Comments
 (0)