|
|
@@ -125,7 +125,7 @@ const isTwoDate = (date: any) => {
|
|
|
:disabled="Disabled"
|
|
|
@change="changeRangeData"
|
|
|
:placeholder="['Start Time', 'End Time']"
|
|
|
- :format="userStore.dateFormat"
|
|
|
+ :format="userStore.dateFormat || 'MMM-DD-YYYY'"
|
|
|
valueFormat="MM/DD/YYYY"
|
|
|
@openChange="handleCalendarOpen(ETDDate)"
|
|
|
@panelChange="handlePanelChange"
|