static String getMonth(DateTime date) { try { return DateFormat.MMM().format(date); } catch (e) { return ''; } }