Last updated:
0 purchases
flutter jalali date picker
Jalali/Persian Date Picker #
A Jalali/Persian Date Time Picker with Format Date to Persian for Android, iOS, macOS, Windows, Linux and Web
This project Based on https://pub.dev/packages/persian_datetime_picker
Platform Support #
Android
iOS
macOS
Web
Windows
Linux
✔️
✔️
✔️
✔️
✔️
✔️
Getting Started #
Add dependency #
dependencies:
flutter_jalali_date_picker: ^2.2.3 #latest version
shamsi_date: ^1.0.4
copied to clipboard
This sample open DatePicker and return the selected Date
Jalali? picked = await showJalaliDatePicker(
context,
initialDate: Jalali.now(),
firstDate: Jalali(1385, 8),
lastDate: Jalali(1450, 9),
);
copied to clipboard
Format DateTime to Persian
final date = DateTime.now();
date.dateToYMMMdPersian();
date.dateToMMMdPersian();
date.dateToStringWithDayPersian();
copied to clipboard
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.