PDA

View Full Version : Date value null problem



payal
14 Sep 2007, 1:12 AM
Hello Frenz,
Im using ext dateField (calender),attached date to textbox,its working fine but in IE 6 its defaults to null,which im trying remove and want to make the default value to DD/MM/YYYY for empty text field.
Please help me to do this.......
Thanks .

pravin_bluebird
14 Sep 2007, 1:33 AM
For dd/mm/yyyy you need to add d/m/y format in extjs/ext-all-debug.js
and give format:'d/m/y' in your dateField.
IE6 problem may be due to extra comma........

still If u face a problem u need to post ur code here.............

regards