When I try to convert the date string object to format it, it's throwing me an error. It's working for all other timezones
.
alert(new Date("12/12/1989 06:10 AM HST"))
Why is the above alert throwing me invalid date?
When I try to convert the date string object to format it, it's throwing me an error. It's working for all other timezones
.
alert(new Date("12/12/1989 06:10 AM HST"))
Why is the above alert throwing me invalid date?