超大计算机屏幕台历时钟,非常漂亮带时钟的台历

非常漂亮带时钟的台历-时间特效-网页特效-站长新动力-msxindl.com

A.menuitem { COLOR: menutext; TEXT-DECORATION: none; }

A.menuitem:hover { COLOR: highlighttext; BACKGROUND-COLOR: highlight; }

DIV.contextmenu { BORDER-RIGHT: 2px outset; BORDER-TOP: 2px outset; Z-INDEX: 999; VISIBILITY: hidden; BORDER-LEFT: 2px outset; BORDER-BOTTOM: 2px outset; POSITION: absolute; BACKGROUND-COLOR: buttonface; }

function Year_Month(){

var now = new Date();

var yy = now.getFullYear();

var mm = now.getMonth()+1;

var cl = '';

if (now.getDay() == 0) cl = '';

if (now.getDay() == 6) cl = '';

return(cl + yy + '年' + mm + '月'); }

function Date_of_Today(){

var now = new Date();

var cl = '';

if (now.getDay() == 0) cl = '';

if (now.getDay() == 6) cl = '';

return(cl + now.getDate() + ''); }

function Day_of_Today(){

var day = new Array();

day[0] = "星期日";

day[1] = "星期一";

day[2] = "星期二";

day[3] = "星期三";

day[4] = "星期四";

day[5] = "星期五";

day[6] = "星期六";

var now = new Date();

var cl = '';

if (now.getDay() == 0) cl = '';

if (now.getDay() == 6) cl = '';

return(cl + day[now.getDay()] + ''); }

function CurentTime(){

var now = new Date();

var hh = now.getHours();

var mm = now.getMinutes();

var ss = now.getTime() % 60000;

ss = (ss - (ss % 1000)) / 1000;

var clock = hh+':';

if (mm < 10) clock += '0';

clock += mm+':';

if (ss < 10) clock += '0';

clock += ss;

return(clock); }

function refreshCalendarClock(){

document.all.calendarClock1.innerHTML = Year_Month();

document.all.calendarClock2.innerHTML = Date_of_Today();

document.all.calendarClock3.innerHTML = Day_of_Today();

document.all.calendarClock4.innerHTML = CurentTime(); }

var webUrl = webUrl;

document.write('

');

document.write('

document.write('style="position:absolute;visibility:hidden" bgcolor="#eeeeee">');

document.write('

document.write('style="cursor:hand;color:#ff0000;font-family:宋体;font-size:14pt;line-height:120%" ');

if (webUrl != 'netflower'){

document.write('

document.write('style="cursor:hand;color:#2000ff;font-family:宋体;font-size:9pt;line-height:110%" ');

}

document.write('

');

document.write('

document.write('

');

document.write('

document.write('

');

document.write('
');

document.write('
');

document.write('
');

document.write(' ');

document.write('

');

document.write('

');

document.write('

');

setInterval('refreshCalendarClock()',1000);

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值