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

outdated

A date manipulation library.

example/dart_date_example.dart

import 'package:dart_date/dart_date.dart';

main(List<String> args) {
  print(Date.today.nextYear.toUTC());
}