Package 

Class Converters.DateConverter

  • All Implemented Interfaces:
    icu.windea.breezeframework.core.component.Component , icu.windea.breezeframework.core.component.Converter

    @ComponentParam(name = "format", type = "String", defaultValue = "yyyy-MM-dd")@ComponentParam(name = "locale", type = "String | Locale", defaultValue = "<default>")@ComponentParam(name = "timeZone", type = "String | TimeZone", defaultValue = "<utc>") 
    public class Converters.DateConverter
    extends AbstractConverter<Date>