# HG changeset patch # User Julien Cristau # Date 1327953425 -3600 # Node ID 9be5625b1c34a186e88c9af5a07af7a17ab0166f # Parent 7d658ea27ec53584f33a3e5269720ae50b911b9d [book] Fix typos in rql datetime functions documentation diff -r 7d658ea27ec5 -r 9be5625b1c34 doc/book/en/annexes/rql/language.rst --- a/doc/book/en/annexes/rql/language.rst Thu Jan 26 14:58:38 2012 +0100 +++ b/doc/book/en/annexes/rql/language.rst Mon Jan 30 20:57:05 2012 +0100 @@ -614,15 +614,15 @@ +--------------------------+----------------------------------------+ | :func:`YEAR(Date)` | return the year of a date or datetime | +--------------------------+----------------------------------------+ -| :func:`MONTH(Date)` | return the year of a date or datetime | +| :func:`MONTH(Date)` | return the month of a date or datetime | +--------------------------+----------------------------------------+ -| :func:`DAY(Date)` | return the year of a date or datetime | +| :func:`DAY(Date)` | return the day of a date or datetime | +--------------------------+----------------------------------------+ -| :func:`HOUR(Datetime)` | return the year of a datetime | +| :func:`HOUR(Datetime)` | return the hours of a datetime | +--------------------------+----------------------------------------+ -| :func:`MINUTE(Datetime)` | return the year of a datetime | +| :func:`MINUTE(Datetime)` | return the minutes of a datetime | +--------------------------+----------------------------------------+ -| :func:`SECOND(Datetime)` | return the year of a datetime | +| :func:`SECOND(Datetime)` | return the seconds of a datetime | +--------------------------+----------------------------------------+ .. _RQLOtherFunctions: