PDA

View Full Version : only year in datefield?



paulgramos
24 Sep 2007, 11:01 AM
hi, i'm new at Ext.nd and i've tried to use a datefield for picking a year in a form but it happens that the field shows the all calendar. i've tried to change the format config option to form:'Y' and it save only the year but the users still are picking a day on the calendar image, any ideas?:-/

galdaka
24 Sep 2007, 11:51 AM
For select year, the calendar widget is not appropiate. Use a combobox.

paulgramos
24 Sep 2007, 12:34 PM
:s I was hoping that there will be a possibilitie to use the datefield, obviously a combo will work, thanks anyway.