Dealing with a service that gives me a strange date format, and I'm struggling to find a simple way to convert it into a JS Date Object. I have some important logic to implement with these dates, so converting them is crucial.
The date format provided by the service looks like this: 02/Dec/2020:23:58:15 +0000
.
I would greatly appreciate any assistance. Thank you in advance!