abstract_date 1.0.2 abstract_date: ^1.0.2 copied to clipboard
Abstract date is a fluent abstract date system for working with different date types.
[1.0.2] #
- renamed package from
abstarct_date
toabstract_date
[1.0.0] #
- null safety
[0.0.6] #
- added
Year
class - added
EfficientLeapYear
mixin forDateAdapter
s
[0.0.5] #
- default adapters will be registered automatically if their is no registered adapters
- added
Week
class - added
Month
class
[0.0.4] #
- added
FormattedDate
- added
DateFormatter
mixin onDateAdapter
- added
formatBuilder
forDate
[0.0.3] #
- added default adapters
HijriDate
,GregorianDate
orMiladiDate
,ShamsiDate
orJalaliDate
orPersianDate
[0.0.2] #
- added
isTypeOf<T>()
toDate
[0.0.1] #
- added
Date
- added
DateAdapter