date_time 0.5.0 date_time: ^0.5.0 copied to clipboard
Package to work with Date & Time in separation and with its Ranges.
0.5.0 #
- [Add] getter
now
forDate
- [Add] methods
parse
&tryParse
forDate
- [Add] methods
addDuration(dur:)
,closeTo()
,formatAs()
forTime
- [Add] new date functions and manipulations. Inspirited by dart_date (thanks for westito)
0.4.5 #
- [Add] arithmetic operators
0.4.4 #
- [Add]
OverflowedTime
- [Add] more tests
0.3.3 #
[Add] roundToTheNearestMin
for Time
0.2.2 #
[Fix] addDays
of Date
0.1.2 #
- [Add]
upTo
forTimeRange
- [Add]
format
forTime
- [Rename]
isInRange
tocontains
0.0.2 #
- [Add] examples
0.0.1 #
- [Add]
Date
andDateRange
classes - [Add]
Time
andTimeRange
classes - [Add] extensions for
DateTime
to separateDate
&Time