Interface DateInputFormatter


public interface DateInputFormatter
DateInputFormatter.
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.
      Parameters:
      dateString - String representation of the date
      Returns:
      the date value