static String formatLong(DateTime date, {String locale = 'en'}) { return DateFormat.yMMMMEEEEd(locale).format(date); }