I have a DateTime that I get from an API that looks like this 2019-06-19T21:17:08.915Z I believe it is called ISO 8601 but it does not have a user-friendly appearance. I want display it as formatted local date time.
For example, my current timezone looks like this 5:20 PM Wednesday, June 19, 2019 (EDT)
I tried to make something look similar to the one in the example.
I am using JavaScript and Vue.js. Is there a function I can use in the library to convert this DateTime.