dateable library

A Dart package to help you with managing dates easily. Can be used to store, format, convert, construct, parse and serialise dates.

Classes

Date
A class that stores and manages day, month and year.

Extensions

DateExtensions on DateTime
A set of extensions to work with DateTimes more seamlessly.

Constants

dd → const String
2 digit day representation, i.e. 11.
mm → const String
2 digit month representation, i.e. 03.
yy → const String
2 digit year representation, i.e. 02.
yyyy → const String
4 digit year representation, i.e. 2002.