Package de.adorsys.ledgers.app.server
Class ApiDateConstants
- java.lang.Object
-
- de.adorsys.ledgers.app.server.ApiDateConstants
-
public class ApiDateConstants extends Object
Object for configuring date format
-
-
Field Summary
Fields Modifier and Type Field Description static StringDATE_PATTERNPattern for date format.static StringDATE_TIME_PATTERNPattern for date and time format.static StringDATE_TIME_PATTERN_LOCALstatic StringDATE_TIME_PATTERN_OFFSETstatic StringUTC
-
-
-
Field Detail
-
DATE_PATTERN
public static final String DATE_PATTERN
Pattern for date format. A particular point in the progression of time in a calendar year expressed in the YYYY-MM-DD format- See Also:
- Constant Field Values
-
DATE_TIME_PATTERN
public static final String DATE_TIME_PATTERN
Pattern for date and time format. A particular point in the progression of time defined by a mandatory date and a mandatory time component, expressed in either UTC time format (YYYY-MM-DDThh:mm:ss.sssZ)- See Also:
- Constant Field Values
-
DATE_TIME_PATTERN_LOCAL
public static final String DATE_TIME_PATTERN_LOCAL
- See Also:
- Constant Field Values
-
DATE_TIME_PATTERN_OFFSET
public static final String DATE_TIME_PATTERN_OFFSET
- See Also:
- Constant Field Values
-
UTC
public static final String UTC
- See Also:
- Constant Field Values
-
-