date_time_format 2.0.0-nullsafety date_time_format: ^2.0.0-nullsafety copied to clipboard
Utilities for formatting Dart's DateTime object using standard date/time notation or as a relative time offset.
[2.0.0-nullsafety] - January 13, 2021 #
- Migrated to null-safe code.
[1.1.1] - January 12, 2021 #
- Bug fix regarding the max unit of time shown by a [relative] format.
[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.