Skip to content

Commit 553990b

Browse files
committed
formats
1 parent 363040d commit 553990b

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
class DateTimeFormats:
2+
FORMATS = ['%B %d %y', '%b %d %Y', '%b %d, %Y',
3+
'%b %d, %Y', '%B %d, %Y', '%B %d %Y',
4+
'%d/%m/%Y', '%d/%m/%y', '%b %Y', '%B%Y',
5+
'%b %d,%Y', '%d%b%y', '%d%b', '%b%y',
6+
'%d %b %y', '%m/%d', '%m/%d%y']

0 commit comments

Comments
 (0)