Class RecurrenceUtil

java.lang.Object
org.apache.ofbiz.service.calendar.RecurrenceUtil

public final class RecurrenceUtil extends Object
Recurrence Utilities
  • Method Details

    • parseDate

      public static Date parseDate(String dateStr)
      Returns a Date object from a String.
    • parseDateList

      public static List<Date> parseDateList(List<String> dateList)
      Returns a List of parsed date strings.
    • formatDate

      public static String formatDate(Date date)
      Returns a String from a Date object
    • formatDateList

      public static List<String> formatDateList(List<Date> dateList)
      Returns a Llist of date strings from a List of Date objects
    • now

      public static long now()
      Returns the time as of now.