public class DateUtil
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.text.DateFormat |
createLocaleIndependentDateFormatter(java.lang.String dateFormatString)
Creates a DateFormat object using the specified format string that is independent of Locale
|
static java.util.Date |
getCorrectedDate() |
static java.lang.String |
isoDateFromMillis(long millis) |
public static java.lang.String isoDateFromMillis(long millis)
public static java.text.DateFormat createLocaleIndependentDateFormatter(java.lang.String dateFormatString)
dateFormatString - The date format string to use when formatting a datepublic static java.util.Date getCorrectedDate()