I'm working with a service that provides a weird date format that I just can not figure out an concise way of converting to a JS Date Object. I need to perform some logic with the dates which is why I need to convert it.
The date format returned by the service is like so: 02/Dec/2020:23:58:15 +0000
.
Any help highly appreciated, thanks in advance