turn datetime into string javascript code example Example: convert date to string javascript var d = new Date(); var n = d.toDateString();