Class IsoDateParsingUtils


  • public class IsoDateParsingUtils
    extends Object
    Utility class that parses date values, the allowed date formats are: "yyyy-MM-dd", "yyyy-MM" or "yyyy". Note: Does not handle times or time zones. This is used for search queries/predicates with date ranges. Date ranges are closed at the lower bound, and open at the upper bound, to allow less-than predicates to match times on the upper bound date (i.e. after midnight).