Showing 1 – 1 of 1 replies
madchester20

Im using the react version 2.2 of […]

madchester20 PURCHASED
4 years ago
Hi,

im using the react version 2.2 of centric. i want to change the selected date of calander but the current day data is persisted. how do you handle to change the date, i did try to handle is on event but instead is using a different color (default of react-datepicker)?
themicon
themicon SELLER
4 years ago
Hi, sorry for the delay.
I'm not sure to understand exactly the issue, the following examples allow to specify the selected date and in it seems to be working fine:
<Datetime inputProps={{className: 'form-control'}} defaultValue={new Date(2020,6,1)}/>

Docs from: https://github.com/YouCanBookMe/react-datetime

Let me know if you have any question
Regards