org.sonatype.sisu.goodies.common
Class Iso8601Date
java.lang.Object
org.sonatype.sisu.goodies.common.Iso8601Date
public class Iso8601Date
- extends Object
Helper for working with ISO 8601 dates.
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PATTERN
public static final String PATTERN
- See Also:
- Constant Field Values
FORMAT
public static final SimpleDateFormat FORMAT
Iso8601Date
public Iso8601Date()
parse
public static Date parse(String value)
throws ParseException
- Throws:
ParseException
format
public static String format(Date date)
Copyright © 2008-2012 Sonatype, Inc.. All Rights Reserved.