Class DateUtils

java.lang.Object
org.drools.util.DateUtils

public class DateUtils extends Object
  • Method Details

    • parseDate

      public static Date parseDate(String input)
      Use the simple date formatter to read the date from a string
    • format

      public static String format(Date input)
      Use the simple date formatter to convert the Date into a String
    • getRightDate

      public static Date getRightDate(Object object2)
      Converts the right hand side date as appropriate
    • getDateFormatMask

      public static String getDateFormatMask()
      Check for the system property override, if it exists