文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>js特效--时间代码

js特效--时间代码

时间:2006-03-21  来源:meibk

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

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载