Skip to content

Commit 204d088

Browse files
authored
DOCS-16360 changing dateToString w output (#4736)
1 parent cd4e3c2 commit 204d088

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/includes/extracts-date-format-specifiers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ content: |
6767
- ``01``-``53``
6868
6969
* - ``%w``
70-
- Day of week (0-Sunday, 6-Saturday)
71-
- ``0``-``6``
70+
- Day of week (1-Sunday, 7-Saturday)
71+
- ``1``-``7``
7272
7373
* - ``%Y``
7474
- Year (4 digits, zero padded)

0 commit comments

Comments
 (0)