|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.core.util.DateUtils
public class DateUtils
Constructor Summary | |
---|---|
DateUtils()
|
Method Summary | |
---|---|
static String |
format(Date input)
Use the simple date formatter to convert the Date into a String |
static String |
getDateFormatMask()
Check for the system property override, if it exists |
static Date |
getRightDate(Object object2,
DateFormats dateFormats)
Converts the right hand side date as appropriate |
static Date |
parseDate(String input,
DateFormats dateFormats)
Use the simple date formatter to read the date from a string |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DateUtils()
Method Detail |
---|
public static Date parseDate(String input, DateFormats dateFormats)
public static String format(Date input)
public static Date getRightDate(Object object2, DateFormats dateFormats)
public static String getDateFormatMask()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |