

var curDateTime = new Date();
document.write(curDateTime.toLocaleString());



