Package com.redhat.threescale.rest.cms
Class RFC3339DateFormat
-
- All Implemented Interfaces:
-
java.io.Serializable
,java.lang.Cloneable
public class RFC3339DateFormat extends DateFormat
-
-
Constructor Summary
Constructors Constructor Description RFC3339DateFormat()
-
Method Summary
Modifier and Type Method Description Date
parse(String source)
Date
parse(String source, ParsePosition pos)
StringBuffer
format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)
Object
clone()
-
-
Method Detail
-
parse
Date parse(String source, ParsePosition pos)
-
format
StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)
-
-
-
-