shortDayNames property
Implementation
static Map shortDayNames = const {
'fa': {
CalendarType.JALALI: ['ش', 'ی', 'د', 'س', 'چ', 'پ', 'ج'],
CalendarType.GREGORIAN: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش']
}
};
static Map shortDayNames = const {
'fa': {
CalendarType.JALALI: ['ش', 'ی', 'د', 'س', 'چ', 'پ', 'ج'],
CalendarType.GREGORIAN: ['ی', 'د', 'س', 'چ', 'پ', 'ج', 'ش']
}
};