Package org.drools.util
Class DateUtils
java.lang.Object
org.drools.util.DateUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic StringUse the simple date formatter to convert the Date into a Stringstatic StringCheck for the system property override, if it existsstatic DategetRightDate(Object object2) Converts the right hand side date as appropriatestatic DateUse the simple date formatter to read the date from a string
-
Method Details
-
parseDate
Use the simple date formatter to read the date from a string -
format
Use the simple date formatter to convert the Date into a String -
getRightDate
Converts the right hand side date as appropriate -
getDateFormatMask
Check for the system property override, if it exists
-