Cool Calendar Component?

Hey all!

I am building an application and have a js calendar component I’m using at the moment, when I select a text input the calendar pops up and allows me to select a date, returning the value into the text input.

…but I would also like to be able to select a month or year and not only an actual day. This is quite easy in the text-input.

The values would just be:

Day: 2011-04-13
Month: 2011-04
Year: 2011

Is there anything out there that is easy to use for this task?