date_time_format 1.1.0
date_time_format: ^1.1.0 copied to clipboard
Utilities for formatting Dart's DateTime object using standard date/time notation or as a relative time offset.
1.1.0 September 16, 2020 #
- Added the [format] and [relative] extension methods to [DateTime].
1.0.0 May 30, 2020 #
-
Added significantly more American and European date/time formatting constants, plus additional date-only and time-only formatting constants.
-
Split the pre-defined date/time formatting constants into more classes: [DateTimeFormats], [DateFormats], [TimeFormats], [AmericanDateFormats], [AmericanDateTimeFormats], [EuropeanDateFormats], and [EuropeanDateTimeFormats].
-
Added the [relative] method to [DateTimeFormat] to return relative time differences.
0.1.1+1 April 26, 2020 #
- Added additional date/time notation constants to [DateTimeFormats].
0.1.1 April 24, 2020 #
- Added a list of every date/time notation constant to [DateTimeFormats].
0.1.0 March 11, 2020 #
- Initial release.