publishedAt.toString() in javascript for date code example Example: convert date to string javascript var d = new Date(); var n = d.toDateString();