| |
|
| java.lang.Object org.obe.util.DateUtilities
DateUtilities | final public class DateUtilities (Code) | | Date formatting and parsing utilities. This is not a threadsafe class. Each
thread must call the
DateUtilities.getInstance method to obtain its own dedicated
instance.
author: Anthony Eden author: Adrian Price |
DEFAULT_DATE_FORMAT | final public static String DEFAULT_DATE_FORMAT(Code) | | |
getInstance | public static DateUtilities getInstance()(Code) | | Get an instance of the DateUtilities class for the current thread.
A DateUtilities instance |
parse | public Date parse(String dateString) throws ParseException(Code) | | Parse the specified date string.
Parameters: dateString - The date string The Date object. throws: ParseException - if the date format is not supported. |
|
|
|