any_date 0.1.0 any_date: ^0.1.0 copied to clipboard
A package for parsing String into DateTime in any format.
Package to improve DateTime manipulation, especially by allowing parsing any format. Heavily inspired by python's dateutil package.
Features #
At the moment the package only supports parsing date-only strings. Time component coming soon.
Getting started #
TODO: List prerequisites and provide or point to information on how to start using the package.
Usage #
See the /example
folder.
final date = '13 Aug 2023';