forked from Realank/flutter_datetime_picker
-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
Ten days difference in Locale.fa
Today is mordad 17 and tomorrow is mordad 18

Today is mordad 17 and tomorrow is mordad 18
https://www.parstimes.com/persian/calendar/
You can compare the calendars at the above address
I used the package in this way:
picker.DatePicker.showDateTimePicker(
context,
showTitleActions: true,
theme: datePickerThemeFa,
onConfirm: (date) {
setState(() {
_persianSelectedDate = date;
});
},
currentTime: _persianSelectedDate,
locale: picker.LocaleType.fa,
);Metadata
Metadata
Assignees
Labels
No labels