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