Package org.apache.openmeetings.util
Class CalendarHelper
- java.lang.Object
-
- org.apache.openmeetings.util.CalendarHelper
-
public class CalendarHelper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringformatMillis(long millis)static DategetDate(LocalDate d, String tzId)static DategetDate(LocalDateTime d, String tzId)static LocalDategetDate(Date d, String tzId)static LocalDateTimegetDateTime(Date d, String tzId)static ZonedDateTimegetZoneDateTime(Date d, String tzId)static ZoneIdgetZoneId(String tzId)
-
-
-
Method Detail
-
getDate
public static Date getDate(LocalDateTime d, String tzId)
-
getZoneDateTime
public static ZonedDateTime getZoneDateTime(Date d, String tzId)
-
getDateTime
public static LocalDateTime getDateTime(Date d, String tzId)
-
formatMillis
public static String formatMillis(long millis)
-
-