時間工具類LocalDateTime和Date

2021-09-29 07:25:08 字數 1238 閱讀 9789

// 獲取當前時間的localdatetime

public

static localdatetime nowtimetolocal()

// date轉localdatetime

public

static localdatetime datetimetolocal

(date date)

//字串轉localdatetime

public

static localdatetime datestringtolocal (string datestring)

//字串轉localdate

public

static localdate stringtolocaldate

(string day)

//當前時間的localdate

public

static localdate nowtolocaldate()

//localdatetime轉data

public

static date localtodate (localdatetime localdatetime)

//傳入兩個日期,得到對應的時間差

public

static string durationdate (date starttime,date endtime)

******dateformat formatter =

new******dateformat

("hh:mm:ss");

//這裡想要只保留分秒可以寫成"mm:ss"

formatter.

settimezone

(timezone.

gettimezone

("gmt+00:00"))

; string hms = formatter.

format

(ms)

;return hms;

}//傳入兩個日期,時間大小(0相等,1大於,-1小於)

public

static integer dateeq (date starttime,date endtime)

else

if(ms<0)

else

}//傳入時間,獲取年月日資訊

public

static map getdateyear (date date)

時間工具類

獲取當前時間 年月日時分秒 test public void nowdate 獲取任意過去或者未來的現在時間 test public void pastorfuturedate 獲取任意兩個時間之間相差多少秒 test public void anytwotimedifference throws ...

時間工具類

1 根據日期獲取當天是週幾 根據日期獲取當天是週幾 param datetime 日期 return 週幾 author lu since 1.0,2020年7月30日 public static string getweekofdate date datetime calendar calenda...

時間工具類

public class timeutils 獲取帶連線符的日期型別 return public static string getcurrentnormaldate 獲取當年的年份 return public static int getcurrentyear 獲取當年的月份 return pub...