// JavaScript Document
var today = new Date(); 

  document.write('The time now is ' + today.toLocaleString() );
  