All Downloads are FREE. Search and download functionalities are using the official Maven repository.

converters.show.date.converter Maven / Gradle / Ivy

The newest version!
String visualize(){
    return (value==null)?"":(new java.text.SimpleDateFormat (converter.getConfig("format", "MM/dd/yyyy"))).format(value);
}

Object build(){
    return "IgnoreConvertionException";
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy