services/smart_date_format library

Properties

dateFormatMonthDay → DateFormat
final
dateFormatNoYear → DateFormat
final
dateFormatWithYear → DateFormat
final
isoDateFormat → DateFormat
final
monthYear → DateFormat
final

Functions

formatDateTimeSameDay(TZDateTime dateTime) String
formatDateTimeSameYear(TZDateTime dateTime) String
formatDateTimeWithYear(TZDateTime dateTime) String
smartDateFormat(DateTime? dateTime, {bool? formatTime, bool useToday = true, bool useDayOfWeek = true}) String?
smartDateTimeFormat(DateTime dateTime) String
tzDateTime(DateTime dateTime) → TZDateTime