[book] document the WEEKDAY rql function
authorJulien Cristau <julien.cristau@logilab.fr>
Mon, 20 Feb 2012 11:32:55 +0100
changeset 8246 84f0a2e0059e
parent 8244 c7d89541e3c5
child 8249 c59c05c51321
[book] document the WEEKDAY rql function Added in 3.14.
doc/book/en/annexes/rql/language.rst
--- a/doc/book/en/annexes/rql/language.rst	Thu Feb 16 14:17:53 2012 +0100
+++ b/doc/book/en/annexes/rql/language.rst	Mon Feb 20 11:32:55 2012 +0100
@@ -624,6 +624,9 @@
 +--------------------------+----------------------------------------+
 | :func:`SECOND(Datetime)` | return the seconds of a datetime       |
 +--------------------------+----------------------------------------+
+| :func:`WEEKDAY(Date)`    | return the day of week of a date or    |
+|                          | datetime.  Sunday == 1, Saturday == 7. |
++--------------------------+----------------------------------------+
 
 .. _RQLOtherFunctions: