date_utils

Creator: coderz1093

Last updated:

Add to Cart

Description:

date utils

date_utils #

A Dart library to manipulate DateTimes. Useful for creating calendar functionality.
Example #
See Packages:
Tzolkin Web Calendar
flutter_calendar
Usage #

Add the following to your pubspec.yaml:

dev_dependencies:
date_utils: ^0.2.0
copied to clipboard


Run dart pub get


Import the package in your Dart code


import 'package:date_utils/date_utils.dart';
copied to clipboard

Use the Utils class.

// example
var date = new DateTime(2017, 3);
var lastDay = Utils.lastDayOfMonth(date);
print(lastDay.day);
// => 31
copied to clipboard

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.