Class ISO8601DateConverter

java.lang.Object
com.beust.jcommander.converters.BaseConverter<Date>
com.beust.jcommander.converters.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).
  • Constructor Details

    • ISO8601DateConverter

      public ISO8601DateConverter(String optionName)
  • Method Details

    • convert

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