--> // -- Begin code --> function inst(lan) { date = new Date(); data = date.toLocaleString(); if((data.substring(data.length-2) == "AM")||(data.substring(data.length-2)=="PM")){ data = data.substring(0,data.length-11); } else { data = data.substring(0,data.length-8); } document.write(data); } // -- End code -->
|
|
||||||||||||||||||||||||||||
| Last Updated on 09/20/2008 | |||||||||||||||||||||||||||||
|
© Copyright 2006-2008, All Rights Reserved Designed by NHVT Computer Services, LLC and Hosted by GlobeInt.com, Inc. |
|||||||||||||||||||||||||||||