public class DateUtil
Modifiers | Name | Description |
---|---|---|
static DecimalFormat |
SECOND_FORMAT |
Type Params | Return Type | Name and description |
---|---|---|
|
public static LocalDateTime |
convertIsoDateTimeStringToDate(String aDateString) |
|
public static String |
convertIsoDateTimeToString(LocalDateTime dateTime) |
|
public static String |
getDateTimeFormatted(long timeValue) |
|
public static String |
getDateTimeFormatted(long timeValue, DateTimeFormatter format) |
|
public static String |
getElapsedTime(long startTime, long endTime) |
|
public static String |
getISOLocalDateTimeFormatted(long timeValue) |