Changeset 5674
- Timestamp:
- 07/12/07 09:11:41 (1 year ago)
- Files:
-
- django/trunk/docs/templates.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/docs/templates.txt
r5609 r5674 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 … … 1190 1190 ~~~~ 1191 1191 1192 Formats a time according to the given format (same as the ``now`` tag). 1192 Formats a time according to the given format (same as the `now`_ tag). 1193 The time filter will only accept parameters in the format string that relate 1194 to the time of day, not the date (for obvious reasons). If you need to 1195 format a date, use the `date`_ filter. 1193 1196 1194 1197 timesince
