I am using this code:
xtype: 'datefield',
anchor: '100%',
fieldLabel: 'From',
name: 'from_date',
minValue: new Date(2015, 2, 31)
I want to pass the minValue
config parameter as the last day of the previous month.
Its allowed value might obviously be 28, 29, 30 or 31.
Again how to change the month.
To be more clear: if I open the date picker in April it offers me to select the value from 31st of march to the last date of the calendar.