能走的年月日

时间:2023-01-23 09:43:51
能走的年月日< TABLE  cellSpacing =0  cellPadding =0  width ="100%"  border =0 >
能走的年月日
< TR >
能走的年月日    
< TD  class =slan  vAlign =top  width ="50%"  height =24 >< SPAN  id =localtime ></ SPAN >
能走的年月日能走的年月日
< SCRIPT > ...
能走的年月日
function showLocale(objD)
能走的年月日能走的年月日
...{
能走的年月日
var dn, str;
能走的年月日
var hh = objD.getHours();
能走的年月日
var mm = objD.getMinutes();
能走的年月日
var ss = objD.getSeconds();
能走的年月日str 
= (objD.getYear())+""+(objD.getMonth() + 1+ "" + objD.getDate() +"";
能走的年月日
能走的年月日
if(hh<10) hh = '0' + hh;
能走的年月日
if(mm<10) mm = '0' + mm;
能走的年月日
if(ss<10) ss = '0' + ss;
能走的年月日str 
+= " " + hh + ":" + mm + ":" + ss;
能走的年月日
return(str);
能走的年月日}

能走的年月日
function tick()
能走的年月日能走的年月日
...{
能走的年月日
var today;
能走的年月日today 
= new Date();
能走的年月日document.getElementById(
"localtime").innerHTML = showLocale(today);
能走的年月日window.setTimeout(
"tick()"1000);
能走的年月日}

能走的年月日tick();
能走的年月日
</ SCRIPT >      </ TD >
能走的年月日    
</ TR ></ TABLE >