net.sourceforge.squirrel_sql.plugins.dataimport.util
Class DateUtils

java.lang.Object
  extended by net.sourceforge.squirrel_sql.plugins.dataimport.util.DateUtils

public class DateUtils
extends Object

Contains a date utility function.

Author:
Thorsten Mürell

Constructor Summary
DateUtils()
           
 
Method Summary
static Date parseSQLFormats(String value)
          This method tries to parse a date value with several formats.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateUtils

public DateUtils()
Method Detail

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.