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

Setting specific date for default date

Open diajan opened this issue 2 years ago • 2 comments

Hi, I tried to set a specific date to show when click the box of datePicker. but by default, it has set today date. I wanna change it. what do i do.

diajan avatar May 28 '22 20:05 diajan

there's a prop called currentDate that you can use to set the calendar page

https://shahabyazdi.github.io/react-multi-date-picker/other-examples/

yuenhy avatar Jun 01 '22 15:06 yuenhy

But in Calendar i catched an error, i try to auto prop in vscode, there is no prop "currentDate"

adoel90 avatar Jun 30 '22 07:06 adoel90