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

xq.gwt.mvc.model.TimePropertyModel Maven / Gradle / Ivy

package xq.gwt.mvc.model;

public class TimePropertyModel extends DatePropertyModel {
	
	private static final long serialVersionUID = 8483764419333934876L;
	
	public TimePropertyModel(){
		setDateFormat("HH:mm");
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy