try this code:
DatePicker mydp= new DatePicker(){
private static final long serialVersionUID = 1L;
@Override
protected boolean enableMonthYearSelection() {
return true;
}
};
2010/11/29 Anna Simbirtsev <[email protected]>
> Hi,
>
> Is it possible to get datapicker to switch between year, currently
> there are arrows to only switch between month?
>
> Thanks,
> Anna
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>