com.objectwave.utility
Class DateHelper

java.lang.Object
  |
  +--com.objectwave.utility.DateHelper

public class DateHelper
extends java.lang.Object

Convenience and helper methods relating to the java.lang.Date class.


Constructor Summary
DateHelper()
          DateHelper constructor comment.
 
Method Summary
static java.util.Date getDateFrom(java.lang.String text)
          Recognize a date from a string using a number of different formats.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DateHelper

public DateHelper()
DateHelper constructor comment.

Method Detail

getDateFrom

public static java.util.Date getDateFrom(java.lang.String text)
Recognize a date from a string using a number of different formats.