react-multi-date-picker icon indicating copy to clipboard operation
react-multi-date-picker copied to clipboard

a simple React datepicker component for working with gregorian, persian, arabic and indian calendars

Results 159 react-multi-date-picker issues
Sort by recently updated
recently updated
newest added

با سلام و احترام من دارم یه سرویس فراخوانی میکنم که بهم تعطیلات یک بازه 2 الی 3 ماه رو برام برمیگردونه و من میخواهم روز هایی که تطعیله توی...

Hi, thank you for this amazing library! I’m currently using the React Multi Date Picker in my project, and I’d like to request a feature to customize the number of...

Hi Mr.yazdi, Thanks for your package. I use TimePicker without Datepicker for save just time . ![Screenshot_20250102_134237](https://github.com/user-attachments/assets/c2f2ff82-b47b-49e4-aeda-05961fa74279) I want to set default value of my time for edit but not...

Can I implement the header as shown in the image below? I want to be able to have arrows to change the year and also use buttons to change the...

Calendar is handling days in Hijiri calendar incorrectly. for example Jumada II 1446 should have 30 days instead of 29. Also Muhharam is incorrect please check this documentation https://datehijri.com/en/converter.html

Hi. Problem Description: In the development environment, the library works correctly. However, when I build for production and deploy the application, the following error appears in the console: Uncaught ReferenceError:...

When trying to use the `formatMonth` prop with the `Calendar` the following error occurs: Codes Sandbox here: https://codesandbox.io/p/sandbox/g3t9nk

When using react-multi-date-picker, the rmdp-container class applied to the date picker component does not automatically set its width to 100%. This causes the date picker to appear misaligned or not...

import DatePicker, { DateObject } from "react-multi-date-picker"; { console.log("chosen dates :", val); setValues(val); }} placeholder="From - To" dateSeparator=" - " plugins={[]} />``