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