The best way to take a string that is formated like…
YYYY-MM-DD
and make it appear like…
MM/DD/YYYY
The reason it is not a javascript date object is because I am working with massive amounts of data and these dates are being pulled from a database.
I see no need to convert it to a date object.
How about: