前端js獲取當前時間的方法

前端js獲取當前時間的方法: var time = new Date(); time.getYear(); //獲取當前年份 time.getFullYear(); //獲取完整的年份(4位,1970-???) time.getMonth(); //獲取當前月份(0-11,0代表1月) time.getDate(); //獲取當前日(1-31) time.getDay(); //獲取當前星期X(0
相關文章
相關標籤/搜索