views:

121

answers:

1

is there a custom component that extends DateChooser that only has the month and year but not the date grid to select a specific day. All i need is the month and year not any specific day. if the month is changed i could use the change event to select the 1st day of that month

+2  A: 

You can create custom component using two ComboBoxes and Date instance

riasol