Short version of days of week.
static const List<String> shortWeekdays = <String>[ 'Mon', 'Tue', 'Wed', 'Thu', 'Fri', 'Sat', 'Sun', ];