net.sourceforge.squirrel_sql.plugins.dataimport.util
Class DateUtils
java.lang.Object
net.sourceforge.squirrel_sql.plugins.dataimport.util.DateUtils
public class DateUtils
- extends Object
Contains a date utility function.
- Author:
- Thorsten Mürell
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DateUtils
public DateUtils()
parseSQLFormats
public static Date parseSQLFormats(String value)
- This method tries to parse a date value with several formats.
- Parameters:
value -
- Returns:
- A date or
null if it couldn't be parsed
Copyright © 2001-2011. All Rights Reserved.