timeFormat property
DateFormat?
timeFormat
final
Allows you to customize the time format. IMPORTANT: only for the time, do not return date here. See dateFormat to customize the date format. dateLocale will be ignored if you use this, so if you want a localized time make sure you initialize your DateFormat
with a locale. See customDateHeaderText for more customization.
Implementation
final DateFormat? timeFormat;