dart_date 1.0.1 dart_date: ^1.0.1 copied to clipboard
Date manipulation library. DateTime extensions. Also includes an Interval object.
Changelog #
1.0.1 #
- Include recommendations from
pub.dev
1.0.0 #
- !!! Broken API related to 0.x versions
- Using new fancy dart extensions feature
- Use
.method()
or.property
to access extension methods / getters andDate.method()
/Date.property
for new static properties.
0.0.9 #
- Changes
Date.parse
to accept or not a format - Added
date.isFirstDayOfMonth
getter - Added
date.isLastDayOfMonth
getter - Added
date.isLeapYear
getter
0.0.8 #
- Adding documentation and timeago
date.timeago()