优内建站网,专业建站,企业建站,免费建站,智能建站,个人建站!
主营企业建站,seo优化,手机网站,微信网站开发等业务!>> 繁体中文
用户名: 密 码: 验证码:    
企业建站,专业建站,模板建站,智能建站
 您现在的位置:首页 >> 特效代码 >> 详细内容>>        【字体:  】【颜色: 绿

经典时间代码集锦

在百度搜索关于“经典时间代码集锦”的内容

在谷歌搜索关于“经典时间代码集锦”的内容

买空间、服务器就上威客主机网(VK163.COM) 虚拟主机评测+IDC导航=威客主机之家 标志设计
[内容提要] 实时走动的数字时钟functiontick(){varhours,minutes,seconds,xfile;varintHours,intMinutes,intSeconds;vartoday;today=newDate();intHours=today.getHour...

作者: 优内科技  来源: 优内科技  驻站日期:2008/12/30 【 加入收藏 】 【 打印此页 】 【 关闭

实时走动的数字时钟

第二步.将下面的代码加入html文件任意需要的地方

你可以自行更改样式!

 

显示年月日格式的时间代码


javascript>
today=new Date();
function initArray(){
this.length=initArray.arguments.length
for(var i=0;ithis[i+1]=initArray.arguments[i] }
var d=new initArray(
"星期日",
"星期一",
"星期二",
"星期三",
"星期四",
"星期五",
"星期六");
document.write(
" ",
today.getYear(),"年",
today.getMonth()+1,"月",
today.getDate(),"日",
d[today.getDay()+1],
"" ); 

 

显示日期,星期,时间格式的代码


" + ((hours >12) ? hours -12 :hours); timevalue += ((minutes < 10) ? "

:0" : ":") + minutes+"";

timevalue += (hours >= 12) ? "pm" : "am";
function initArray(){
this.length=initArray.arguments.length
for(var i=0;ithis[i+1]=initArray.arguments[i] }
var d=new initArray("星期日","星期一","星期二","星期

三","星期四","星期五","星期六"); document.write

("",today.getYear(),"年","",today.getMonth()+1,"

月","",today.getDate(),"日 ",d[today.getDay()+1]," ",timevalue); //-->
 

 

显示来访者的停留时间


=3.0)
dl_ok=true; 
return true;
}

function get_time_spent ()

var time_now = new Date();
return((time_now.getTime() - clock_start)/1000); 
}

function show_secs () // show the time user spent on the side

var i_total_secs = Math.round(get_time_spent()); 
var i_secs_spent = i_total_secs % 60;
var i_mins_spent = Math.round((i_total_secs-30)/60); 
var s_secs_spent = "" + ((i_secs_spent>9) ? i_secs_spent : "0" + i_secs_spent);
var s_mins_spent = "" + ((i_mins_spent>9) ? i_mins_spent : "0" + i_mins_spent);
document.fm0.time_spent.value = s_mins_spent + ":" + s_secs_spent;
window.setTimeout('show_secs()',1000); 
}

// -->

停留时间:

第二步:在你主页源文件中加入下面代码的兰色部分

 

显示当前日期与时间的格式


} else if (hour < 18){
document.write("现在是: " + now.toLocaleString())
} else if (hour >= 18) {
document.write("现在是: " + now.toLocaleString())
}
// -->

 

浏览器状态栏显示的时钟


12) ? hours -12 :hours)
current += ((minutes < 10) ? ":0" : ":") + minutes
current += ((seconds < 10) ? ":0" : ":") + seconds
current += (hours >= 12) ? " P.M." : " A.M."
if(day==0){var weekday = " 星期日"}
if(day==1){var weekday = " 星期一"}
if(day==2){var weekday = " 星期二"}
if(day==3){var weekday = " 星期三"}
if(day==4){var weekday = " 星期四"}
if(day==5){var weekday = " 星期五"}
if(day==6){var weekday = " 星期六"}
current +=(weekday)
window.status=current;
timeID = setTimeout("time()",1000);
timeRunning = true;
}
function run(){
stop();
time();
}

//-->

 

显示最后更新时间代码


javascript>

实时走动的数字时钟

 

根据不同的时间显示不同的问候语

方法:在主页中你需要的地方加入以下代码:


now = new Date(),hour = now.getHours()
if(hour < 6){document.write("明天不用上班了吗?")}
else if (hour < 8){document.write("全新的一天!")}
else if (hour < 12){document.write("早安!")}
else if (hour < 14){document.write("外面太阳大吗?")}
else if (hour < 18){document.write("午安!")}
else if (hour < 22){document.write("晚上好!")}
else if (hour < 24){document.write("夜深了! 要注意身体呀! 祝你做个好梦!")}
// -->

说明,可以自行修改出更好更多的问候语!

 

一个很酷的透明时钟代码

方法:在页面中你需要的地方加入下面的代码


BODY {COLOR: #000000; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; LINE-HEIGHT: 13pt}
TD {COLOR: #000000; FONT-FAMILY: "宋体"; FONT-SIZE: 9pt; LINE-HEIGHT: 13pt}
A:visited {COLOR: #000080;text-decoration:none}
a:link       { text-decoration:none }
a:hover      { text-decoration:underline }
.f12 {font-size:12px;}
.f13 {font-size:14.9px; LINE-HEIGHT: 120%}
.f24 {font-size:24px;LINE-HEIGHT: 120%}
.f14 {font-size:14.9px; LINE-HEIGHT: 170%}

');}for (i=0;i

{document.write('');}for (i=0;i

{document.write('');}}else{document.write('

');for (i=1;i

('');for (i=0;i

('

');}document.write('

');document.write('

');document.write('

');for (i=0;i

('

');}document.write('

');document.write('');for (i=0;i

');}document.write('

');}function clock(){time=new Date ();secs=time.getSeconds();sec=-1.57+Math.PI*secs/

30;mins=time.getMinutes();min=-1.57+Math.PI*mins/30;hr=time.getHours();hrs=-1.57+Math.PI*hr/6+Math.PI*parseInt(time.getMinutes

())/360;if (ns){Yp=window.pageYOffset+window.innerHeight-60;Xp=80;}else

{Yp=document.body.scrollTop+window.document.body.clientHeight-60;Xp=document.body.scrollLeft+60;}if (ns){for (i=0;i

{document.layers["nsDigits"+i].top=Yp-5+40*Math.sin(-0.49+d_+i/1.9);document.layers["nsDigits"+i].left=Xp-15+40*Math.cos(-0.49

+d_+i/1.9);}for (i=0;i

["nx"+i].left=Xp+i*Xb*Math.cos(sec);}for (i=0;i

["ny"+i].left=Xp+i*Xb*Math.cos(min);}for (i=0;i

["nz"+i].left=Xp+i*Xb*Math.cos(hrs);}}else{for (i=0;i

1.9);ieDigits[i].style.pixelLeft=Xp-14+40*Math.cos(-0.49+d_+i/1.9)+Zp;}for (i=0;i

[i].style.pixelTop=Yp+i*Yb*Math.sin(sec);x[i].style.pixelLeft=Xp+i*Xb*Math.cos(sec)+Zp;}for (i=0;i

[i].style.pixelTop=Yp+i*Yb*Math.sin(min);y[i].style.pixelLeft=Xp+i*Xb*Math.cos(min)+Zp;}for (i=0;i

[i].style.pixelTop=Yp+i*Yb*Math.sin(hrs);z[i].style.pixelLeft=Xp+i*Xb*Math.cos(hrs)+Zp;}}setTimeout('clock()', 50);}


if (document.layers || document.all) {window.onload=clock;}
window.onload=clock;

添加到QQ书签 百度收藏 订阅到抓虾 添加到鲜果  新浪ViVi  365Key网摘  天极网摘  我摘  和讯网摘  yahoo  收藏到收客网  Digbuzz我挖网  添加到饭否  挖客  添加到google  

   【回到顶部】 【返回文章列表】 编辑:优内科技
⊕ 上一篇:网页弹出广告代码
⊕ 下一篇:网页特效代码:新闻切换特效的实现
  相关新闻
返回首页 | 设为首页 | 添加收藏 | 关于我们 | 联系我们 | 企业文化 | 合作伙伴 | 诚聘英才 | 网站报价 | 企业资质 | 网站地图
邮箱登陆 E- mail:master@cck5.com 点击这里给我发消息 客服专员 QQ:310203268 点击这里给我发消息 技术咨询 QQ:22071287点击这里给我发消息 代理备案 QQ:529631515
丰富的网站建设经验,专业提供网站建设、网站制作、网页设计服务,专业设计,真诚服务,不满意不收费!
Copyright 2008 - 2025 cck5 Inc. All Rights Reserved 优内建站网络科技公司
本站部分资源来自网络,如有侵犯您的版权,请告之,我们将即刻删除!QQ:310203268
主要业务:网站建设企业建站专业建站智能建站SEO优化微信建站手机建站
本站ICP备案号:浙ICP备11019299号 中国电信增值ICP经营许可证
不良信息举报中心 江西网警 信息产业部门备案 企业法人营业执照
 
扫优内微信二维码
“码”上有惊喜