X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/6746dc89c47ed01b165cc1152533605f97eb8e8d..f562e4c6e5fac7bcb445985b99acbea4d706e6f0:/examples/form/xml-form.js diff --git a/examples/form/xml-form.js b/examples/form/xml-form.js index 32ef68a9..be364c7d 100644 --- a/examples/form/xml-form.js +++ b/examples/form/xml-form.js @@ -101,7 +101,8 @@ Ext.onReady(function(){ xtype: 'datefield', fieldLabel: 'Date of Birth', name: 'dob', - allowBlank: false + allowBlank: false, + maxValue: new Date() } ] }],