liquibase.util
Class ISODateFormat
java.lang.Object
liquibase.util.ISODateFormat
public class ISODateFormat
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ISODateFormat
public ISODateFormat()
format
public String format(Date date)
format
public String format(Time date)
format
public String format(Timestamp date)
format
public String format(Date date)
parse
public Date parse(String dateAsString)
throws ParseException
- Throws:
ParseException
Copyright © 2012 Liquibase.org. All Rights Reserved.