Datepicker gotoCurrent

Datepicker gotoCurrent

The datepicker widget has a problem.
gotoCurrent = true seems to work only if currentDay is set, which means that we could not use it if the format set is yy-mm for example. So when I choose 1980-03, and then click on the input field again, I'm back at todays date. A solution would be to automatically assume 1 for the currentDay when a day is not set.

It would also be very convienient if the datepicker could be used in a simpler manner (chooseDay: false) so that it could be used as a year/month-selector.