mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-12 12:59:57 +00:00
Fix typo in DateFormat docs
This commit is contained in:
parent
36dd8ea1d2
commit
6d17505f7b
@ -8,7 +8,7 @@ When used to display date values (with the `format` attribute set to ''date''),
|
|||||||
|
|
||||||
|!Token |!Substituted Value |
|
|!Token |!Substituted Value |
|
||||||
|`dddd` |Day of year (1 to 365, or 366 for leap years) |
|
|`dddd` |Day of year (1 to 365, or 366 for leap years) |
|
||||||
|`0dddd` |Zero padded day of year (001 to 365, or 366 for leap years)
|
|`0dddd` |Zero padded day of year (001 to 365, or 366 for leap years) |
|
||||||
|`DDD` |Day of week in full (eg, "Monday") |
|
|`DDD` |Day of week in full (eg, "Monday") |
|
||||||
|`ddd` |Short day of week (eg, "Mon") |
|
|`ddd` |Short day of week (eg, "Mon") |
|
||||||
|`dd` |<<.from-version "5.2.0">> Weekday number from 1 through 7, beginning with Monday and ending with Sunday |
|
|`dd` |<<.from-version "5.2.0">> Weekday number from 1 through 7, beginning with Monday and ending with Sunday |
|
||||||
|
Loading…
Reference in New Issue
Block a user