datepicker instance object
I would like to resuse call back methods for the datepicker i.e.
onSelected or onMonthYrChange
Both methods accept a datepicker instance object as a parameter.
So I would like to call the onSelectedMonthYrChange method, what
selector can I use to return a datepicker instance object to pass to
this method?