summaryrefslogtreecommitdiff
path: root/docs/templates.txt
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-06 23:53:13 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-06 23:53:13 +0000
commit371f63c210ffd015cdaddba2dc5463f78051be4e (patch)
tree3e2ae0152a35194d3fc22ff8528f31287739a3f5 /docs/templates.txt
parentd4df074d418ce61b9fca3df7ce887e7a5f54b01f (diff)
Fixed #742 -- Implemented 't' dateformat. Thanks, radek.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1116 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/templates.txt')
-rw-r--r--docs/templates.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates.txt b/docs/templates.txt
index 955922811b..53bd431e96 100644
--- a/docs/templates.txt
+++ b/docs/templates.txt
@@ -552,7 +552,7 @@ Available format strings:
s Seconds, 2 digits with leading zeros. ``'00'`` to ``'59'``
S English ordinal suffix for day of the ``'st'``, ``'nd'``, ``'rd'`` or ``'th'``
month, 2 characters.
- t Not implemented.
+ t Number of days in the given month. ``28`` to ``31``
T Time zone of this machine. ``'EST'``, ``'MDT'``
U Not implemented.
w Day of the week, digits without ``'0'`` (Sunday) to ``'6'`` (Saturday)