dart_date 0.0.1 dart_date: ^0.0.1 copied to clipboard
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());
}