Commit 2e54e1ff authored by Bjoern Rabenstein's avatar Bjoern Rabenstein

month() and day_of_week(): More explicit wording

parent 2a2082fc
......@@ -75,8 +75,9 @@ for each of the given times in UTC. Returned values are from 1 to 31.
## `day_of_week()`
`day_of_week(v=vector(time()) instant-vector)` returns the day of the week
for each of the given times in UTC. Sunday=0 etc.
`day_of_week(v=vector(time()) instant-vector)` returns the day of the week for
each of the given times in UTC. Returned values are from 0 to 6, where 0 means
Sunday etc.
## `days_in_month()`
......@@ -278,8 +279,9 @@ The special cases are equivalent to those in `ln`.
## `month()`
`month(v=vector(time()) instant-vector)` returns the month of the year
for each of the given times in UTC. January=1 etc.
`month(v=vector(time()) instant-vector)` returns the month of the year for each
of the given times in UTC. Returned values are from 1 to 12, where 1 means
January etc.
## `predict_linear()`
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment