Skip to content
Snippets Groups Projects
Commit ec162492 authored by LE GAC Renaud's avatar LE GAC Renaud
Browse files

Date formatting crash, use a different function.

parent 35548fe0
No related branches found
No related tags found
No related merge requests found
......@@ -409,7 +409,7 @@ Ext.define('App.form.Panel', {
case 'datefield':
if (Ext.isDate(value)) {
value = value.format(field.format);
value = Ext.util.Format.date(value, field.format);
}
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment