datetime/date_time_more_extensions library

Extensions

DateTimeMoreExtensions on DateTime
DateTime More: is same day, is morning/afternoon/evening, duration between, within last N, etc. Roadmap #304-310.

Functions

durationBetween(DateTime a, DateTime b) Duration
monthsBetween(DateTime start, DateTime end) List<DateTime>
yearsBetween(DateTime start, DateTime end) List<int>
List of years from start.year through end.year (inclusive).