getWeekShortStr method
获取短星期
Implementation
String getWeekShortStr([MiniLocalType localType = MiniLocalType.zh]) =>
i18nObjInLocal(localType)['weekShortList'][weekday % 7];
获取短星期
String getWeekShortStr([MiniLocalType localType = MiniLocalType.zh]) =>
i18nObjInLocal(localType)['weekShortList'][weekday % 7];