Class Date
java.lang.Object
com.xebialabs.deployit.core.api.resteasy.Date
- All Implemented Interfaces:
Comparable<Date>
Can be used as a parameter in RestEASY, as it has a String argument constructor.
-
Field Details
-
FORMAT
- See Also:
-
rfc822DateFormats
List of possible RFC822 date formats. From <http://jimyjoshi.com/blog/2007/08/rfc822dateparsinginjava.html>.
-
-
Constructor Details
-
Date
-
Date
-
Date
-
-
Method Details
-
valueOf
-
getCalendar
-
asDateTime
public org.joda.time.DateTime asDateTime() -
compareTo
- Specified by:
compareTo
in interfaceComparable<Date>
-
toString
-