Convert short date format to ISO date without altering date – Javascript
I'm getting a specific date from a request in short date format and I am trying to change to iso format with the Date() constructor, but I want to change only the format, not the date. Is there a way…