Readable Date
Returns date string in the format Tuesday 1 January 2022
String readableDate([string? locale]) => '${weekDayName(locale)} $day ${monthName(locale)} $year';