any_date 0.1.9 any_date: ^0.1.9 copied to clipboard
A package for parsing String into DateTime in any format. Inspired by python's dateutil.parser, while also making it compatible with DateTime.parse.
0.1.9 #
- Fix ambiguous parsing of
aa/bb/cc
format (e.g 01/02/03 that can be parsed as 2001-02-03, 2003-01-02, or 2003-02-01)
0.1.8 #
- Fix most of time component parsing
0.1.7 #
- Fix some cases where weekday wouldn't be parsed correctly
0.1.6 #
- Export DateParserInfo class to allow setting parameters
0.1.5 #
- Support a few more formats
0.1.4 #
- Removed unused dev dependencies
0.1.3 #
- Lower constraint on dev dependencies
0.1.2 #
- Fix issue where DateTime.parse was not being used
0.1.1 #
- No added feature, minor clean-up
0.1.0 #
- Initial version
- Includes basic date-only parsers