I'm converting a string date to date object but getting one day less. I googled but couldn't understand how to change get proper output. Can anyone help me or give me a reference where I can understand from.
new Date("2001-02-03")
browser resut: Fri Feb 02 2001 19:00:00 GMT-0500 (EST).
expected: Fri Feb 03 2001 19:00:00 GMT-0500 (EST).