An API I use provides a date in the object like 2018-02-14T17:00:00
. How can I convert this to make it say: Tuesday, February 14th 7:00 pm
I know how to use .getMonth()
methods on a date object but is it possible to do something similar with a string in a date format like this in Javascript?