Uses of Interface
com.aoapps.lang.util.CalendarUtils.DateTimeProducer
-
Packages that use CalendarUtils.DateTimeProducer Package Description com.aoapps.lang.util -
-
Uses of CalendarUtils.DateTimeProducer in com.aoapps.lang.util
Methods in com.aoapps.lang.util with parameters of type CalendarUtils.DateTimeProducer Modifier and Type Method Description static <T> TCalendarUtils. parseDateTime(String dateTime, TimeZone timeZone, CalendarUtils.DateTimeProducer<T> producer)Gets the date and time from the "YYYY-MM-DD[ HH:MM[:SS[.nnnnnnnnn]]]" format in the given time zone ornullif the parameter isnull.
-