|
@@ -14,8 +14,8 @@ FIRST_DAY_OF_WEEK = 1 # Monday
|
|
|
# The *_INPUT_FORMATS strings use the Python strftime format syntax,
|
|
|
# see https://docs.python.org/library/datetime.html#strftime-strptime-behavior
|
|
|
DATE_INPUT_FORMATS = [
|
|
|
- '%d-%m-%y', '%d/%m/%y', # '25-10-09', 25/10/09'
|
|
|
'%d-%m-%Y', '%d/%m/%Y', # '25-10-2009', 25/10/2009'
|
|
|
+ '%d-%m-%y', '%d/%m/%y', # '25-10-09', 25/10/09'
|
|
|
'%d %b %Y', # '25 Oct 2006',
|
|
|
'%d %B %Y', # '25 October 2006'
|
|
|
]
|