any_date 0.1.2 copy "any_date: ^0.1.2" to clipboard
any_date: ^0.1.2 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.

example/any_date_example.dart

import 'package:any_date/any_date.dart';

void main() {
  final date = AnyDate().parse('2023-May-23');
  print('awesome: $date');
}
8
likes
0
pub points
83%
popularity

Publisher

verified publisherel-darto.net

A package for parsing String into DateTime in any format. Inspired by python's dateutil.parser, while also making it compatible with DateTime.parse.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

meta

More

Packages that depend on any_date