any_date 1.0.0 copy "any_date: ^1.0.0" to clipboard
any_date: ^1.0.0 copied to clipboard

A package for parsing String into DateTime in any format. Supports any formats in any language while always respecting ISO and RFC formats.

example/any_date_example.dart

import 'package:any_date/any_date.dart';

void main() {
  const parser = AnyDate();
  final date = parser.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. Supports any formats in any language while always respecting ISO and RFC formats.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

intl, meta

More

Packages that depend on any_date