We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d1d15 commit 6a449bcCopy full SHA for 6a449bc
jquery-validator-1.3.js
@@ -698,7 +698,7 @@
698
"format.number": "{label}必须是有效的整数!",
699
"format.number/money": "{label}必须是整数或最多保留两位的小数!",
700
"format.number/double": "{label}必须是有效的整数或小数!",
701
- "format.date": "{label}必须为\"{dateFormat}\"格式的有效时间!",
+ "format.date": '{label}必须为"{dateFormat}"格式的有效时间!',
702
"file": "{label}的格式不正确,必须为{expected}等格式!",
703
"default":"{label}的格式不正确!"
704
},
0 commit comments