Django
1.0
▾ django
▸ __main__
▸ apps
▸ bin
▸ conf
▸ contrib
▸ core
▸ db
▸ dispatch
▸ forms
▸ http
▸ middleware
▸ shortcuts
▸ template
▸ templatetags
▸ test
▸ urls
▾ utils
▸ archive
▸ asyncio
▸ autoreload
▸ baseconv
▸ cache
▸ crypto
▸ datastructures
▾ dateformat
class
DateFormat
class
Formatter
class
TimeFormat
▸ dateparse
▸ dates
▸ datetime_safe
▸ deconstruct
▸ decorators
▸ deprecation
▸ duration
▸ encoding
▸ feedgenerator
▸ formats
▸ functional
▸ hashable
▸ html
▸ http
▸ inspect
▸ ipv6
▸ itercompat
▸ jslex
▸ log
▸ lorem_ipsum
▸ module_loading
▸ numberformat
▸ regex_helper
▸ safestring
▸ termcolors
▸ text
▸ timesince
▸ timezone
▸ topological_sort
▸ translation
▸ tree
▸ version
▸ xmlutils
▸ views
Class DateFormat
django
.
utils
.
dateformat
.
DateFormat
Declaration
class
DateFormat(
TimeFormat
)
source
link
Methods
▷
def
D
(
self
)
Day of the week, textual, 3 letters; e.g. 'Fri'
source
link
▷
def
E
(
self
)
Alternative month names as required by some locales. Proprietary extension.
source
link
▷
def
F
(
self
)
Month, textual, long; e.g. 'January'
source
link
▷
def
I
(
self
)
'1' if Daylight Savings Time, '0' otherwise.
source
link
▷
def
L
(
self
)
Boolean for whether it is a leap year; i.e. True or False
source
link
▷
def
M
(
self
)
Month, textual, 3 letters; e.g. 'Jan'
source
link
▷
def
N
(
self
)
Month abbreviation in Associated Press style. Proprietary extension.
source
link
▷
def
S
(
self
)
English ordinal suffix for the day of the month, 2 characters; i.e. 'st', 'nd', 'rd' or 'th'
source
link
▷
def
U
(
self
)
Seconds since the Unix epoch (January 1 1970 00:00:00 GMT)
source
link
▷
def
W
(
self
)
ISO-8601 week number of year, weeks starting on Monday
source
link
▷
def
Y
(
self
)
Year, 4 digits; e.g. '1999'
source
link
▷
def
b
(
self
)
Month, textual, 3 letters, lowercase; e.g. 'jan'
source
link
▷
def
c
(
self
)
ISO 8601 Format Example : '2008-01-02T10:30:00.000123'
source
link
▷
def
d
(
self
)
Day of the month, 2 digits with leading zeros; i.e. '01' to '31'
source
link
▷
def
j
(
self
)
Day of the month without leading zeros; i.e. '1' to '31'
source
link
▷
def
l
(
self
)
Day of the week, textual, long; e.g. 'Friday'
source
link
▷
def
m
(
self
)
Month; i.e. '01' to '12'
source
link
▷
def
n
(
self
)
Month without leading zeros; i.e. '1' to '12'
source
link
▷
def
o
(
self
)
ISO 8601 year number matching the ISO week number (W)
source
link
▷
def
r
(
self
)
RFC 5322 formatted date; e.g. 'Thu, 21 Dec 2000 16:01:07 +0200'
source
link
▷
def
t
(
self
)
Number of days in the given month; i.e. '28' to '31'
source
link
▷
def
w
(
self
)
Day of the week, numeric, i.e. '0' (Sunday) to '6' (Saturday)
source
link
▷
def
y
(
self
)
Year, 2 digits with leading zeros; e.g. '99'.
source
link
▷
def
z
(
self
)
Day of the year, i.e. 1 to 366.
source
link
Inherited methods
Methods inherited from
django
.
utils
.
dateformat
.
TimeFormat
:
A
,
G
,
H
,
O
,
P
,
T
,
Z
,
__init__
,
a
,
e
,
f
,
g
,
h
,
i
,
s
,
u
Methods inherited from
django
.
utils
.
dateformat
.
Formatter
:
format
Generated by
nedoc
v0.9 at 2020-12-29 14:04