|
785 | 785 | </row>
|
786 | 786 | <row>
|
787 | 787 | <entry>W</entry>
|
788 |
| -<entry>week of month (1-5) where first week start on the first day of the month</entry> |
| 788 | +<entry>week of month</entry> |
789 | 789 | </row>
|
790 | 790 | <row>
|
791 | 791 | <entry>WW</entry>
|
792 |
| -<entry>week number of year (1-53) where first week start on the first day of the year</entry> |
| 792 | +<entry>week number of year</entry> |
793 | 793 | </row>
|
794 | 794 | <row>
|
795 | 795 | <entry>CC</entry>
|
|
871 | 871 | <listitem>
|
872 | 872 | <para>
|
873 | 873 | <function>to_timestamp</function> and <function>to_date</function>
|
874 |
| - skip multiple blank space in converted string if the <literal>FX</literal> option |
875 |
| - is not used. <literal>FX</literal> must be specified as the first item |
876 |
| - in the template; for example |
877 |
| - <literal>to_timestamp('2000 JUN','YYYY MON')</literal> is right, but |
878 |
| - <literal>to_timestamp('2000 JUN','FXYYYY MON')</literal> returns error, |
879 |
| - because to_timestamp() expects one blank space only. |
| 874 | + skip blank space if the <literal>FX</literal> option is |
| 875 | + not used. <literal>FX</literal> must be specified as the first item |
| 876 | + in the template. |
880 | 877 | </para>
|
881 | 878 | </listitem>
|
882 | 879 |
|
|