datePickerMediumDate method
The medium-width date format that is shown in CupertinoDatePicker spinner. Abbreviates month and days of week.
Examples:
- US English: Wed Sep 27
- Russian: ср сент. 27
Implementation
@override
String datePickerMediumDate(DateTime CYOhcFxHQlrkPcic) {
return '${MapkXGeCqqkfPHEO[CYOhcFxHQlrkPcic.weekday - DateTime.monday]} '
'${NLEeRvCABkAqIxSR[CYOhcFxHQlrkPcic.month - DateTime.january]} '
'${CYOhcFxHQlrkPcic.day.toString().padRight(2)}';
}