getFullYear()
使用 getFullYear() 获取年份。
源代码:
</script> <!DOCTYPE html> <html> <body> "demo">Click the button to display the full year of todays date.</p> "myFunction()">Try it</button> "demo"); x.innerHTML=d.getFullYear(); } </script> "htmlcode">2015
getTime()
getTime() 返回从 1970 年 1 月 1 日至今的毫秒数。
源代码:<!DOCTYPE html> <html> <body> "demo">Click the button to display the number of milliseconds since midnight, January 1, 1970.</p> "myFunction()">Try it</button> "demo"); x.innerHTML=d.getTime(); } </script> "htmlcode">1445669203860setFullYear()
如何使用 setFullYear() 设置具体的日期。
源代码:<!DOCTYPE html> <html> <body> "demo">Click the button to display a date after changing the year, month, and day.</p> "myFunction()">Try it</button> "demo"); x.innerHTML=d; } </script> "htmlcode">Tue Nov 03 2020 14:47:46 GMT+0800 (中国标准时间)toUTCString()
如何使用 toUTCString() 将当日的日期(根据 UTC)转换为字符串。源代码:
<!DOCTYPE html> <html> <body> "demo">Click the button to display the UTC date and time as a string.</p> "myFunction()">Try it</button> "demo"); x.innerHTML=d.toUTCString(); } </script> "htmlcode">Sat, 24 Oct 2015 06:49:05 GMTgetDay()
如何使用 getDay() 和数组来显示星期,而不仅仅是数字。
源代码:<!DOCTYPE html> <html> <body> "demo">Click the button to display todays day of the week.</p> "myFunction()">Try it</button> "Sunday"; weekday[1]="Monday"; weekday[2]="Tuesday"; weekday[3]="Wednesday"; weekday[4]="Thursday"; weekday[5]="Friday"; weekday[6]="Saturday"; "demo"); x.innerHTML=weekday[d.getDay()]; } </script> "htmlcode">SaturdayDisplay a clock
如何在网页上显示一个钟表。
源代码:<!DOCTYPE html> <html> <head> <script> function startTime() { var today=new Date(); var h=today.getHours(); var m=today.getMinutes(); var s=today.getSeconds(); // add a zero in front of numbers<10 m=checkTime(m); s=checkTime(s); document.getElementById('txt').innerHTML=h+":"+m+":"+s; t=setTimeout(function(){startTime()},500); } "0" + i; } return i; } </script> </head> "startTime()"> <div id="txt"></div> </body> </html>
标签:JavaScript,Date
免责声明:本站文章均来自网站采集或用户投稿,网站不提供任何软件下载或自行开发的软件! 如有用户或公司发现本站内容信息存在侵权行为,请邮件告知! 858582#qq.com狼山资源网 Copyright www.pvsay.com暂无“JavaScript中Date对象的常用方法示例”评论...
P70系列延期,华为新旗舰将在下月发布
3月20日消息,近期博主@数码闲聊站 透露,原定三月份发布的华为新旗舰P70系列延期发布,预计4月份上市。
而博主@定焦数码 爆料,华为的P70系列在定位上已经超过了Mate60,成为了重要的旗舰系列之一。它肩负着重返影像领域顶尖的使命。那么这次P70会带来哪些令人惊艳的创新呢?
根据目前爆料的消息来看,华为P70系列将推出三个版本,其中P70和P70 Pro采用了三角形的摄像头模组设计,而P70 Art则采用了与上一代P60 Art相似的不规则形状设计。这样的外观是否好看见仁见智,但辨识度绝对拉满。