update for date format

This commit is contained in:
2021-08-12 09:37:19 +05:30
parent c41a40cde8
commit c49bc00a4a
7 changed files with 13 additions and 13 deletions

View File

@ -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}