-
I've noticed the screenshots show civil and Persian calendars.
Is it also possible to use Hebrew calendar (AKA Jewish calendar) ?
-
This current library uses Gregorian calendar format by default. Is there a way to change this format and use jalali calendar format?
-
I'm using this npm in my project. this is error which I see:
./~/react-persian-datepicker/lib/components/Calendar.js
Module not found: Can't resolve 'moment-jalali' in '/var/www/html/react-project/n…
-
Looks like the new date-picker does not support Persian (Shamsi) calendar in 2.9 if the culture is set to fa-IR
-
I try to use DateRangePicker (DRP) - non-english locale (Persian) but when I use DateRangePickerWrapper it's not working.
example code :
` `
how can use react-date with Persian calendar??
-
This current library uses Gregorian calendar format by default. Is there a way to change this format and use jalali calendar format?
-
Is there any plan to add other calendar types, like Hijri? If so, I think you can consider using a stripped down version of ICU4j library for the conversion calendar types like Hijri and Persian could…
-
### What happened?
im creating an app that has QDate with persian calendar but all day numbers are using english digits and there is no way to use localized digits for day numbers.
### What did…
-
Hi! Whenever you make an event in any calendar app, Persian calendar incorrectly mistakes it for happening on the previous day. It also shows up for the previous day only in the notification. It makes…
-
Hi
can you implement NLS_CALENDAR like oracle :
select TO_CHAR(SYSDATE, 'MM/DD:HH24', 'NLS_CALENDAR=PERSIAN') from dual