Ticket #4522: 4522.patch
File 4522.patch, 800 bytes (added by , 17 years ago) |
---|
-
docs/templates.txt
950 950 date 951 951 ~~~~ 952 952 953 Formats a date according to the given format (same as the ``now``tag).953 Formats a date according to the given format (same as the now_ tag). 954 954 955 955 default 956 956 ~~~~~~~ … … 1179 1179 time 1180 1180 ~~~~ 1181 1181 1182 Formats a time according to the given format (same as the ``now``tag).1182 Formats a time according to the given format (same as the now_ tag). 1183 1183 1184 Note that unlike the ``now`` tag, the ``time`` filter only accepts parameters 1185 in the format string that refer to the *time of day*, not parameters referring 1186 to the date. For date formatting, use the `date`_ filter. 1187 1184 1188 timesince 1185 1189 ~~~~~~~~~ 1186 1190