formatReadableDate method
Formats the date part readably (e.g., "09 April 2025").
TimeFormat.ddMMMMyyyy provides the pattern 'dd MMMM yyyy'.
Implementation
String formatReadableDate() => format(TimeFormat.ddMMMMyyyy);
Formats the date part readably (e.g., "09 April 2025").
TimeFormat.ddMMMMyyyy provides the pattern 'dd MMMM yyyy'.
String formatReadableDate() => format(TimeFormat.ddMMMMyyyy);