any_date 0.1.7 any_date: ^0.1.7 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.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