react-multi-date-picker
react-multi-date-picker copied to clipboard
a simple React datepicker component for working with gregorian, persian, arabic and indian calendars
When i click outside calendar nothing happens, plus i use Datepicker as a SubmissionForm so there is second problem with that. When i click on any other field to type,...
Hello After configuring the plugin, I save the output to a state After that, I convert it and send it to the backend in a special format But it is...
Hey, thanks for the great library 👨💻 the problem that I'm facing with is that when you select a start of a week index (saturday for example) it does not...
Hi, How good it would be if we could customize separator between month name and year. sample: February, 2022 => February | 2022 Thanks in advance.
same situation for maxDate for version 3.3.0
numberOfMonths={2} set start date auto closeing
I'm using DatePicker in my typescript react project and facing an issue regarding onChange method. It returns DateObject so in order to do something with it we have to format/parse...
Is it possible to set the date (populate the textfield input) only on confirmation? I mean, by clicking a "ok" button in the date picker footer, for example?
اقای یزدی من میخوام فقط شنبه هارو بگیرم و توی یه ارایه ذخیره کنم ولی به جای 4تا 8تا تکراری ذخیره میکنه
placeholder prop not working even though its there ` const [ingestDate, setIngestDate] = useState(null);` { setIngestDate(date); console.log("ingest stat date", date[0].format()); console.log("ingest end date", date[1].format()); }} maxDate={new DateObject()} numberOfMonths={2} range format="MM/DD/YYYY...