I'm receiving this kind of string as date "2020-09-09T12:41:41 -04:00". It seems like this string contains time offset. I need to convert this to "3/15/2020, 1:23:09 PM " format. How can I achieve this?
I tried to create new Date object with that string but it shows me Invalid Date.
You can use INTL DateTime format after you remove the illegal space
Alternatively have full control