知識點------經常使用Date函數總結~~~~

函數總結: var myDate = new Date(); myDate.getYear(); // 獲取當前年份(2位) myDate.getFullYear(); // 獲取完整的年份(4位,1970-????) myDate.getMonth(); // 獲取當前月份(0-11,0表明1月) myDate.getDate(); // 獲取當前日(1-31) myDate.getDay(
相關文章
相關標籤/搜索