I currently have this Javascript code order.date.toUTCString() that works fine. I get the date on this format:
Mon, 14 Feb 2022 18:02:48 GMT
I'd just like to have it without the seconds, so something like this would be perfect:
Mon, 14 Feb 2022 18:02 GMT
It looks something simple but I couldn't find a solution on Google or here on Stackoverflow.
Thank you!