[web]修改表单页面对于日期字段格式描述有误问题

This commit is contained in:
datagear 2018-12-02 14:15:28 +08:00
parent a1999c6f4b
commit 5104bf2797
2 changed files with 2 additions and 2 deletions

View File

@ -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}' />"
});

View File

@ -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}' />"
});