I am using an input field to get a date which is stored in a ISO format like "yyyy-mm-dd".
I want to convert it to a human-readable format to display in the HTML, so 2000-05-03
will look something like May 3, 2000
.
How can I transform it from ISO format to American format?