intl_date_helper 0.1.4
intl_date_helper: ^0.1.4 copied to clipboard
A simple utility for date formatting, conversion, and timezone support.
0.1.4 #
- Added support for custom date range checks: thisMonth, lastMonth, nextMonth, thisYear, lastYear, nextYear via DateRangeType enum and DateTime extension.
- You can now check if a date is in the current, previous, or next month/year using isDateRange(DateRangeType.type).
0.1.3 #
- Added support for calculating total business days between two dates.
- Added functionality to get a list of business days between two dates.
- Added extensions for relative time parsing.
- Added methods to check if a date is today, yesterday, tomorrow, within the last 7 days, this week, or a leap year.
- Added methods to get the start and end of the week.
- Added support for calculating total business days between two dates.
- Added functionality to get a list of business days between two dates.
- Added extensions for relative time parsing.
- Added methods to check if a date is today, yesterday, tomorrow, within the last 7 days, this week, or a leap year.
0.1.2 #
- Added extension for parsing and relative time.
0.1.0 Initial Release #
- Added date formatting support.
- Added date parsing functionality.
- Added timezone conversion.