dart_date 0.0.4 copy "dart_date: ^0.0.4" to clipboard
dart_date: ^0.0.4 copied to clipboard

outdated

A date manipulation library.

example/dart_date_example.dart

import 'package:dart_date/dart_date.dart';
import 'package:intl/intl.dart';

main(List<String> args) {
  (() async {
    var d = await Date.now().asyncFormat("dd-MMMM-yyyy", "es_ES");
    var x = await Date.asyncParse("dd-MMMM-yyyy", d, locale: "es_ES");
    print("$d - $x");
  })();
}
188
likes
0
points
26.9k
downloads

Publisher

verified publisherxantiagoma.com

Weekly Downloads

A date manipulation library.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

intl

More

Packages that depend on dart_date