[utils] Add more date formats
This commit is contained in:
parent
ed06da4e7b
commit
cb655f34fb
2 changed files with 9 additions and 0 deletions
|
@ -128,7 +128,13 @@ DATE_FORMATS = (
|
|||
'%d %B %Y',
|
||||
'%d %b %Y',
|
||||
'%B %d %Y',
|
||||
'%B %dst %Y',
|
||||
'%B %dnd %Y',
|
||||
'%B %dth %Y',
|
||||
'%b %d %Y',
|
||||
'%b %dst %Y',
|
||||
'%b %dnd %Y',
|
||||
'%b %dth %Y',
|
||||
'%b %dst %Y %I:%M',
|
||||
'%b %dnd %Y %I:%M',
|
||||
'%b %dth %Y %I:%M',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue