Merge pull request #56007 from nellicus/patch-1

Fix toDayOfWeek return value description
This commit is contained in:
Dmitry Novik 2023-10-25 20:21:20 +02:00 committed by GitHub
commit e25ce7c5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -605,7 +605,7 @@ The first argument can also be specified as [String](../data-types/string.md) in
**Returned value**
- The day of the month (1 - 31) of the given date/time
- The day of the week (1-7), depending on the chosen mode, of the given date/time
**Example**