Skip to content

Ten days difference in Locale.fa #10

@OmidHaqi

Description

@OmidHaqi

Ten days difference in Locale.fa

Today is mordad 17 and tomorrow is mordad 18

image
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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions