formatReadableDate method

String formatReadableDate()

Formats the date part readably (e.g., "09 April 2025"). TimeFormat.ddMMMMyyyy provides the pattern 'dd MMMM yyyy'.

Implementation

String formatReadableDate() => format(TimeFormat.ddMMMMyyyy);