date_time_converter 0.0.5
date_time_converter: ^0.0.5 copied to clipboard
A Dart package for handling and converting DateTime, Duration, and Timestamp with rounding, formatting, and utility functions.
Changelog #
All notable changes to this project will be documented in this file.
0.0.3+1 #
- Update intl version as intl: ^0.20.2
0.0.3 #
- Implemented Time Ago Extension.
0.0.2 #
Added #
- Extension methods for rounding
DateTimeto the nearest 10 minutes. - Methods for formatting
DurationandDateTimeinto readable strings. - Utility functions for converting integers to formatted time strings.
- Interfaces for date conversion, timestamp conversion, and date formatting.
- Implementation classes for handling date and time utilities.
- Methods to calculate delays in days.
- Functions to format dates as human-readable strings (e.g., "Yesterday", "Mon, 12 Jul").
0.0.1 #
- Initial Release.