// JavaScript Documentvar today = new Date(); document.write('Based on the Internet clock, it is ' + today.toLocaleString() );