Class ISO8601DateConverter

  • All Implemented Interfaces:
    IStringConverter<Date>

    public class ISO8601DateConverter
    extends BaseConverter<Date>
    Converts a String to a Date. TODO Modify to work with all valid ISO 8601 date formats (currently only works with yyyy-MM-dd).
    Author:
    Angus Smithson
    • Constructor Detail

      • ISO8601DateConverter

        public ISO8601DateConverter​(String optionName)
    • Method Detail

      • convert

        public Date convert​(String value)
        Returns:
        an object of type T created from the parameter value.