update for date format
This commit is contained in:
@ -174,7 +174,7 @@ function Index() {
|
||||
</CCol>
|
||||
<CCol xs="12" md="9">
|
||||
<DatePicker
|
||||
dateFormat="dd/MM/yyyy"
|
||||
dateFormat="yyyy/MM/dd"
|
||||
selected={startDate}
|
||||
onChange={(date) => setStartDate(date)}
|
||||
filterDate={checkAvilable}
|
||||
|
||||
Reference in New Issue
Block a user