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