forked from p85126437/datagear
[web]修改表单页面对于日期字段格式描述有误问题
This commit is contained in:
parent
a1999c6f4b
commit
5104bf2797
|
@ -195,7 +195,7 @@ boolean batchSet = ("true".equalsIgnoreCase(getStringValue(request, "batchSet"))
|
|||
validationRequiredAsAdd : ("saveAdd" == pageObj.submitAction),
|
||||
batchSet : pageObj.batchSet,
|
||||
labels : pageObj.formLabels,
|
||||
dateFormat : "<c:out value='${dateFormat}' />",
|
||||
dateFormat : "<c:out value='${sqlDateFormat}' />",
|
||||
timestampFormat : "<c:out value='${sqlTimestampFormat}' />",
|
||||
timeFormat : "<c:out value='${sqlTimeFormat}' />"
|
||||
});
|
||||
|
|
|
@ -204,7 +204,7 @@ boolean isPrivatePropertyModel = ModelUtils.isPrivatePropertyModelTail(propertyP
|
|||
validationRequiredAsAdd : ("saveAdd" == pageObj.submitAction),
|
||||
batchSet : pageObj.batchSet,
|
||||
labels : pageObj.formLabels,
|
||||
dateFormat : "<c:out value='${dateFormat}' />",
|
||||
dateFormat : "<c:out value='${sqlDateFormat}' />",
|
||||
timestampFormat : "<c:out value='${sqlTimestampFormat}' />",
|
||||
timeFormat : "<c:out value='${sqlTimeFormat}' />"
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue