Interface DateParser


public interface DateParser
Custom parser for converting formatted date strings to live Date objects.
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    parse(String dateString)
    The parse method.
  • Method Details

    • parse

      Date parse(String dateString)
      The parse method. This should take a formatted date string and parse it into a live Date object.
      Parameters:
      dateString - String representation of the date
      Returns:
      the date value