栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > Web开发 > JavaScript

JavaScript中Date对象的常用方法示例

JavaScript 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

JavaScript中Date对象的常用方法示例

getFullYear()
使用 getFullYear() 获取年份。
源代码:

Click the button to display the full year of todays date.

​ ​

测试结果:

2015


getTime()
getTime() 返回从 1970 年 1 月 1 日至今的毫秒数。
源代码:

Click the button to display the number of milliseconds since midnight, January 1, 1970.

​ ​

   
测试结果:

1445669203860

setFullYear()
如何使用 setFullYear() 设置具体的日期。
源代码:

Click the button to display a date after changing the year, month, and day.

​ ​

Remember that Javascript counts months from 0 to 11. Month 10 is November.

测试结果:

Tue Nov 03 2020 14:47:46 GMT+0800 (中国标准时间)

toUTCString()
如何使用 toUTCString() 将当日的日期(根据 UTC)转换为字符串。

源代码:

Click the button to display the UTC date and time as a string.

​ ​

测试结果:

Sat, 24 Oct 2015 06:49:05 GMT

getDay()
如何使用 getDay() 和数组来显示星期,而不仅仅是数字。
源代码:

Click the button to display todays day of the week.

​ ​

 

测试结果:

Saturday

Display a clock
如何在网页上显示一个钟表。
源代码:


转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/100263.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号