javascript中对象之基础之Date对象用法

javascript中对象之基础之Date对象用法

new Date() 用当前日期和时间创建新的日期对象:

getDate() 以数值返回天(1-31)
getDay() 以数值获取周名(0-6)
getFullYear() 获取四位的年(yyyy)
getHours() 获取小时(0-23)
getMilliseconds() 获取毫秒(0-999)
getMinutes() 获取分(0-59)
getMonth() 获取月(0-11)
getSeconds() 获取秒(0-59)
getTime() 获取时间(从 1970 年 1 月 1 日至今

posted @ 2020-03-08 19:45  学无边涯  阅读(109)  评论(0编辑  收藏  举报