摘要: public class DateEditor extends PropertyEditorSupport { private static final DateFormat TIMEFORMAT = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); private DateFormat dateFormat; private boolean allowEmpty = true; public DateEditor() { } public DateEditor(DateFormat dateFormat) { thi... 阅读全文
posted @ 2014-03-25 08:45 roscee 阅读(235) 评论(0) 推荐(0) 编辑