Package org.sonar.updatecenter.common
Class FormatUtils
- java.lang.Object
-
- org.sonar.updatecenter.common.FormatUtils
-
public final class FormatUtils extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATE_PATTERNstatic StringDATETIME_PATTERN
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static DatetoDate(String s, boolean includeTime)static StringtoString(Date d, boolean includeTime)
-
-
-
Field Detail
-
DATE_PATTERN
public static final String DATE_PATTERN
- See Also:
- Constant Field Values
-
DATETIME_PATTERN
public static final String DATETIME_PATTERN
- See Also:
- Constant Field Values
-
-