date_utils 0.1.0 copy "date_utils: ^0.1.0" to clipboard
date_utils: ^0.1.0 copied to clipboard

outdated

A Dart library for manipulating DateTimes.

date_utils #

Build Status

A Dart library to manipulate DateTimes. Useful for creating calendar functionality.

Example #

See Packages:

Tzolkin Web Calendar

flutter_calendar

Usage #

  1. Add the following to your pubspec.yaml:
dev_dependencies:
    date_utils: ^0.0.1
  1. Run pub install

  2. Import the package in your Dart code

import 'package:date_utils/date_utils.dart';
  1. Use the Utils class.
// example
var date = new DateTime(2017, 3);
var lastDay = Utils.lastDayOfMonth(date);
print(lastDay.day);
// => 31
30
likes
0
pub points
92%
popularity

Publisher

verified publisherjpryan.me

A Dart library for manipulating DateTimes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl

More

Packages that depend on date_utils