dart_date 0.0.3 copy "dart_date: ^0.0.3" to clipboard
dart_date: ^0.0.3 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);
}