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 Dateparse(String source)Dateparse(String source, ParsePosition pos)StringBufferformat(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)Objectclone()-
-
Method Detail
-
parse
Date parse(String source, ParsePosition pos)
-
format
StringBuffer format(Date date, StringBuffer toAppendTo, FieldPosition fieldPosition)
-
-
-
-