xq.gwt.mvc.model.TimestampPropertyModel Maven / Gradle / Ivy
package xq.gwt.mvc.model;
public class TimestampPropertyModel extends DatePropertyModel {
private static final long serialVersionUID = 2408389359043052883L;
public TimestampPropertyModel(){
setDateFormat("dd/MM/yyyy HH:mm:ss");
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy