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
Valitud lahendus
This only happens if you add the dashes in the date.
- new Date('26 Oct 2019 02:45 PM');
All Replies (1)
Valitud lahendus
This only happens if you add the dashes in the date.
- new Date('26 Oct 2019 02:45 PM');