Reactjs – Issue with React application
I'm having an issue with the generation of a new Date object in React using a provide date string in the format of YYYY-MM-DD without using my locale machine's timezone, as this breaks the function that receives this date. Here…