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

outdated

A couple of simple utilities, Date and DatePeriod classes. Date is a wrapper around DateTime class. DatePeriod allows to manage periods

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 = 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. Date is a wrapper around DateTime class. DatePeriod allows to manage periods

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

intl, quiver

More

Packages that depend on vy_date