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