Date Time JavaScript DHTML





   var dt = Date();
   var msg = 'Today is ' + dt;
   document.write(msg);