convert date to readable format javascript

Solutions on MaxInterview for convert date to readable format javascript by the best coders in the world

showing results for - "convert date to readable format javascript"
Salvatore
28 Jan 2017
1DateString = new Date();
2Date = DateString.toDateString();