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

A package for parsing String into DateTime in any format. Easy way to parse a date in any format and 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
160
pub points
83%
popularity

Publisher

verified publisherel-darto.net

A package for parsing String into DateTime in any format. Easy way to parse a date in any format and in any language, while always respecting ISO and RFC formats.

Repository (GitHub)
View/report issues

Documentation

API reference

License

BSD-3-Clause (license)

Dependencies

meta

More

Packages that depend on any_date