I'm sorry, but here's my code :
Code:
{
xtype: 'datefield',
name: 'dateEffet',
fieldLabel: 'Date d\'effet ',
format: 'd/m/Y',
labelWidth: 120,
width: 379,
allowBlank: false
}
I'm actually using an upper Y... This is why I don't understand...
--------------------------------------
Maybe can help : I set its value with a getForm().setValues(res), res being an xhr answer array-parsed. I use it to fill my form, which this datefield belongs to. Can it be caused by this ? I'd precise when I show my form blank, I set its value with setValue(new Date()). Doesn't change anything though.