date_format 2.0.8 date_format: ^2.0.8 copied to clipboard
A simple API to format dates. Provides various constants to build Date format string. Use `formatDate` method to format date according to format string.
Changelog #
2.0.8 #
- Arabic day name fixes
2.0.7 #
-
Khmer locale
-
Arabic locale
-
Fixed 'uuu' microseconds
2.0.6 #
- Export french locale
2.0.5 #
- French locale
2.0.4 #
- German locale
2.0.3 #
- Korean locale
- Bug fix with
S
2.0.2 #
- Added Italian and Turkish
DateLocale
s
2.0.1 #
- Renamed
Locale
toDateLocale
2.0.0 #
- Migrated to null safety
1.0.9 #
- Escape format segment
1.0.8 #
- Added
Locale
support withEnglishLocale
as default locale
1.0.6 #
- Fixed
AM
/PM
conflict at midnight and noon
1.0.4 #
- Capital letters
1.0.2 #
- Fixed negative timezone bug
1.0.1 #
- Docs
- Added microsecond
1.0.0 #
formatDate