new Date() issue
when i am passing Date in new Date() function browser adding extra -
new Date('26-Oct-2019 02:45 PM') Date Mon Oct 26 -2019 14:45:00 GMT+0553 (India Standard Time)
please check the below attachment
when i am passing Date in new Date() function browser adding extra -
new Date('26-Oct-2019 02:45 PM')
Date Mon Oct 26 -2019 14:45:00 GMT+0553 (India Standard Time)
please check the below attachment
ఎంపిక చేసిన పరిష్కారం
This only happens if you add the dashes in the date.
- new Date('26 Oct 2019 02:45 PM');
ప్రత్యుత్తరాలన్నీ (1)
ఎంపిక చేసిన పరిష్కారం
This only happens if you add the dashes in the date.
- new Date('26 Oct 2019 02:45 PM');