-
Is there a way to use date-fns in addition to date-fns-jalali? (without importing date-fns separately)
For example
`
import { formatJ, format } from 'date-fns-jalali';
`
`formatJ `should work…
-
I was trying to use the library as an adapter for the MUI/x-date-pickers
this issue shows up:
`ERROR in ./node_modules/@mui/x-date-pickers/AdapterDateFnsJalali/AdapterDateFnsJalali.js 59:0-72
Modu…
-
### Describe the feature
Hi, I need to use calander or date picker in a persian app which needs to be jalali calander but at this moment shadcn just supports gregorian.
### Additional information
-…
-
Hello
Is any way to your datepicker support jalali calendar (Persian Calendar)?
For logic difference between these dates(jalali & gregorian) you can use: [Persian Date](http://babakhani.github.io/Pe…
-
Code:
`import DateFnsUtils from '@date-io/date-fns';`
-
### Steps to reproduce
Install `date-fns` 3.0.0 or higher when using `@mui/x-date-pickers`.
### Current behavior
Currently, when using @mui/x-date-pickers together with date-fns version 3.0.0, npm …
-
i create custom datepicker with ant design:
```
import React from 'react';
import dayjsGenerateConfig from 'rc-picker/lib/generate/dayjs';
import generatePicker, {
PickerProps,
} from 'antd/es…
hmz22 updated
5 months ago
-
in antd: 5.17.2 and antd-jalali-plus: v1.4.x Range Picker header has RTL problem.
![Screenshot 2024-05-14 202312](https://github.com/masoudit/antd-jalali/assets/40181520/b604c4a7-ddbe-4115-97d4-5f2…
-
Hi
When the last day of the month is Friday, it shows the first day of the next month with the wrong day
for example :
The last day of Day 1400 is Friday
But the first day of the next month, whi…
-
### Reproduction link
[https://ant.design/components/date-picker](https://ant.design/components/date-picker)
### Steps to reproduce
date picker locale for persian calander not show correct mo…