vy_date 0.3.0 copy "vy_date: ^0.3.0" to clipboard
vy_date: ^0.3.0 copied to clipboard

outdatedDart 1 only

A couple of simple utilities, Date and DatePeriod classes.

vy_date #

Simple utilities for managing dates and periods.

The Date class simply wraps the DateTime one. But I think it is easier to manage and to understand the logic of the program this way. license.

Usage #

A simple usage example:

import 'package:vy_date/vy_date.dart';

main() {
  Date date = new Date.now();
}

Features and bugs #

Please file feature requests and bugs at the issue tracker.

1
likes
0
pub points
54%
popularity

Publisher

unverified uploader

A couple of simple utilities, Date and DatePeriod classes.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl, quiver

More

Packages that depend on vy_date