Package ru.dest.library.utils
Class TimeUtils.DEFAULT_TIME_FORMAT
- java.lang.Object
-
- ru.dest.library.utils.TimeUtils.DEFAULT_TIME_FORMAT
-
-
Field Summary
Fields Modifier and Type Field Description static StringDD_MM_YYYY_POINTSstatic StringDD_MM_YYYY_SLASHstatic StringFULL_POINTSstatic StringFULL_SLASHstatic StringHH_MMstatic StringHH_MM_SS
-
Constructor Summary
Constructors Constructor Description DEFAULT_TIME_FORMAT()
-
-
-
Field Detail
-
DD_MM_YYYY_POINTS
public static final String DD_MM_YYYY_POINTS
- See Also:
- Constant Field Values
-
DD_MM_YYYY_SLASH
public static final String DD_MM_YYYY_SLASH
- See Also:
- Constant Field Values
-
HH_MM
public static final String HH_MM
- See Also:
- Constant Field Values
-
HH_MM_SS
public static final String HH_MM_SS
- See Also:
- Constant Field Values
-
FULL_POINTS
public static final String FULL_POINTS
- See Also:
- Constant Field Values
-
FULL_SLASH
public static final String FULL_SLASH
- See Also:
- Constant Field Values
-
-