免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 1109 | 回复: 0
打印 上一主题 下一主题

js特效--时间代码 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2006-03-21 22:24 |只看该作者 |倒序浏览
1.显示系统当前日期         
    效果:2006年3月21日 22:12:54 星期二
     
     document.write(new Date().toLocaleDateString()+" 星期"+"日一二三四五六".split("")[new Date().getDay()])
     
2.显示系统当前日期
     
  today=new Date();
  function date(){
  this.length=date.arguments.length
  for(var i=0;i ",   
  today.getYear(),"年",today.getMonth()+1,"月",today.getDate(),"日",   
  d[today.getDay()+1],"" );   
    
3.显示系统当前日期
  

无标题文档







4.显示系统当前日期

time=new  Date();
year=time.getYear();
month=time.getMonth()+1;
day=time.getDate();
with(document){
write("今天是:"+year+"年"+month+"月"+day+"日"+"  ")
write('星期'+'日一二三四五六'.charAt(time.getDay()))}


5.显示系统当前日期
  
pX=400;pY=200  
obs = new Array(13)  
function ob () {  
for (i=0; i  
  
  
var lastsec  
function timer() {  
        time = new Date ()  
        sec = time.getSeconds()  
        if (sec!=lastsec) {  
                lastsec = sec  
                sec=Math.PI*sec/30  
                min=Math.PI*time.getMinutes()/30  
                hr =Math.PI*((time.getHours()*60)+time.getMinutes())/360  
                for (i=1;i  
  
     
        1  
        2  
        3  
        4  
        5  
        6  
        7  
        8  
        9  
        10  
        11  
        12  
            
         <font size="%2

本文来自ChinaUnix博客,如果查看原文请点:http://blog.chinaunix.net/u/15918/showart_88855.html
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP