functions library

a package with top-level functions for easy of use

Functions

parseAnyDateTime(Object? timestamp, {Object? locale}) DateTime
Parses a date string into a DateTime object.
tryParseAnyDateTime(Object? timestamp, {Object? locale}) DateTime?
Try parsing a date string into a DateTime object.