Add saveFormat config to DateField for automatic serialization
new
Help us build what matters most to you. Submit ideas and vote on the features you’d like prioritized.
Add a saveFormat configuration option to Ext.form.field.Date that automatically formats date values when calling form.getValues() or form.getSubmitData(). Currently, dates must be manually formatted field-by-field, but a saveFormat config would allow developers to specify the serialization format (e.g., 'Y-m-d') independently from the display format, enabling seamless bulk operations and consistent date formatting across form submissions.
* Your feedback will only be visible to Sencha.



