This commit is contained in:
Malai Raja
2023-12-27 17:31:57 +05:30
parent 5c421dda05
commit 0fee281db0
3 changed files with 8 additions and 2 deletions

View File

@@ -589,7 +589,7 @@ const Createorder = () => {
<DatePicker
// label='Date'
format="DD-MM-YYYY"
onChange={(e) => {
let dateres11 = dayjs().diff(dayjs(`${dayjs(e).format('YYYY-MM-DD')}`), 'd');
console.log('dateres11')