dart_date 1.3.2 copy "dart_date: ^1.3.2" to clipboard
dart_date: ^1.3.2 copied to clipboard

Date manipulation library. DateTime extensions. Also includes an Interval object.

Changelog #

1.3.2 #

  • fix isWeekend

1.3.1 #

1.3.0 #

1.2.2 #

  • Update dependencies

1.2.1 #

1.1.1 #

  • Merge PR to fix week calculation

1.1.0-nullsafety.0 #

  • Add null-safety

1.0.9 #

  • Rename UTC to utc & Local to local to follow dart analysis
  • Changes in PR #6
  • Add optional ignoreDaylightSavings to add* methods

1.0.8 #

  • Fix isMonday, isTuesday, isWednesday, isThursday, isFriday, isSaturday, isSunday

1.0.7 #

  • Add getWeekYear, getWeek, getISOWeek, getISOWeeksInYear, startOfWeekYear, startOfISOWeekYear
  • Merged PR: //github.com/xantiagoma/dart_date/pull/2

1.0.6 #

  • Improve documentation
  • Add extension operators on DateTime and Duration

1.0.5 #

  • same 1.0.4

1.0.4 #

  • pub.dev recommendations

1.0.3 #

  • Delete this if not needed and convert functions to => if possible

1.0.2 #

  • dartfmt overwriting

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 and Date.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()
159
likes
130
pub points
96%
popularity

Publisher

verified publisherxantiagoma.com

Date manipulation library. DateTime extensions. Also includes an Interval object.

Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (LICENSE)

Dependencies

intl, timeago

More

Packages that depend on dart_date