Class ISO8601DateEditor

  • All Implemented Interfaces:
    PropertyEditor

    public class ISO8601DateEditor
    extends PropertyEditorSupport
    PropertyEditor suitable for use by BeanWrapperImpl, so that we can accept xsd:datetime formatted dates in query strings. Also handles "epoch" style dates, if they exist. Could be extended to guess the date format and do something useful with it
    Author:
    miskellc