Class ApiDateConstants


  • public class ApiDateConstants
    extends Object
    Object for configuring date format
    • 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