We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 363040d commit 553990bCopy full SHA for 553990b
1 file changed
dateandtimeparser/core_datetime_formats.py
@@ -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