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
效果: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
相关阅读 更多 +