日期常用方法

2021-09-19 05:20:27 字數 576 閱讀 8369

1,new date(params) 返回日期

new date()       返回當前日期

new date(毫秒數) 返回當前毫秒數所對應的日期

new date(1991,11,13) 返回當前日期所對應的日期

兩個日期可以直接相減

eg: new date(2018,4,12) - new date(2018,4,11) ,返回乙個毫秒數

2,date.now() 方法返回自2023年1月1日 00:00:00 utc到當前時間的毫秒數。

3,date.utc(year,month[,date[,hrs[,min[,sec[,ms]]]]]) 返回從1970-1-1 00:00:00 utc到指定日期的的毫秒數。

4,date.parse() 方法解析乙個表示某個日期的字串,並返回從1970-1-1 00:00:00 utc 到該日期物件(該日期物件的utc時間)的毫秒數

常用日期方法

public class testcalendar 解釋 calendar中 day of month,day of year,day of week,date 的區別在於 如果只是的add方法執行,結果都一樣,因為都是將日期 1就沒有區別,在月的日期中加1,還是年的日期中加1,還是日期本身加1效果...

常用日期封裝方法

目錄 判斷時間是否在時間段內 判斷時間是否在時間段內 param nowtime 需要判斷的時間 param begintime param endtime return public static boolean belongcalendar date nowtime,date begintime...

常用日期方法總結

number.prototype.formatdate function bool else var time number 1612493069798 formatdate console.log time 2021 02 05 引數可以是 或者 形式的日期格式,後面可以接空格 1 19 形式的時...