[EXTJS3.3] DateField - Different display and submission format?
[EXTJS3.3] DateField - Different display and submission format?
I have a date field that I need to display as 'Y-m-d' format and submit to the server as 'Y-m-d\\TH:i.uP'. Does anyone have any ideas on how to go about doing this?
I tried over-riding getValue(), but this does not seem to be the right way to go about it.