date_format 2.0.5
date_format: ^2.0.5 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.5 #
- French locale
2.0.4 #
- German locale
2.0.3 #
- Korean locale
- Bug fix with
S
2.0.2 #
- Added Italian and Turkish
DateLocales
2.0.1 #
- Renamed
LocaletoDateLocale
2.0.0 #
- Migrated to null safety
1.0.9 #
- Escape format segment
1.0.8 #
- Added
Localesupport withEnglishLocaleas default locale
1.0.6 #
- Fixed
AM/PMconflict 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