model/flexi_date library

Classes

FlexiDate2

Constants

months → const Set<int>

Properties

flexiDateFormatter FlexiDateFormatter
getter/setter pair

Functions

durationOf(TimeUnit? timeUnit, int? timeAmount) Duration?
formatFlexiDate(dynamic input, {bool withYear = true, bool withMonth = true, bool withDay = true}) String?

Typedefs

FlexiDateFormatter = String Function(FlexiDate date, {String? dateLabel, String? futureLabel, String? historyLabel, bool? withYear})