You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we use new Date().getTime() returned mileseconds depends provided format.
For example:
new Date('2021-03-29').getTime(); // 1616976000000 and it's Mon Mar 29 2021 00:00:00
new Date('2021-3-29').getTime(); // 1616965200000 and it's Sun Mar 28 2021 21:00:00
We have lag one day for the same dates.
The text was updated successfully, but these errors were encountered:
dx-platform/packages/react-kit/src/components/DateInput/DateInput.model.ts
Line 21 in 5ed039d
When we use new Date().getTime() returned mileseconds depends provided format.
For example:
We have lag one day for the same dates.
The text was updated successfully, but these errors were encountered: