date_time 0.12.0
date_time: ^0.12.0 copied to clipboard
Package to work with Date & Time in separation and with its Ranges.
0.12.0 #
- [Upgrade] intl to ^0.20.0
0.11.0 #
- [Update] dependencies
sdk: ">=3.1.3 <4.0.0"intl: ^0.19.0json_annotation: ^4.9.0
0.10.0 #
- [Update] dependencies
0.9.0 #
- [Add] Time.zero
- [Update] dependencies
0.8.0 #
- [Changed]
Timeformatting withenum - [Changed]
TimetoString now is 'HH:mm:ss:SSS' - [Remove]
totalMillisecondsuseinMillisecondsinstead - [Fix] typos
0.7.1 #
- [Add]
milliseconds
0.6.1 #
- [Add] extension on
DateFormatto formatDate
0.6.0 #
- [BREAKING CHANGE] getters
nowofDateandTimeinto methodnow() - [BREAKING CHANGE] constructors of
DateandTimewith required named parameters - [Add]
copyWith()forDateandTime
0.5.0 #
- [Add] getter
nowforDate - [Add] methods
parse&tryParseforDate - [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]
upToforTimeRange - [Add]
formatforTime - [Rename]
isInRangetocontains
0.0.2 #
- [Add] examples
0.0.1 #
- [Add]
DateandDateRangeclasses - [Add]
TimeandTimeRangeclasses - [Add] extensions for
DateTimeto separateDate&Time