Hi everyone,
I was just working out with date field and found something nasty. Today button in datefield picker has a tooltip which shows "Date (Spacebar)". I am not sure what's the use of specifying spacebar in tooltip.
I have a workaround to fix this tooltip. Hope it helps somebody.
Code:dateField.picker.todayBtn.setTooltip(Ext.Date.format(new Date(), dateField.format));