Search code examples
objective-cxcodecocoansdatepicker

NSDatepicker buttons in graphical style


Anybody knows if it's possible to modify the date picker three little grey buttons (in its upper left corner) behavior?

I want the date picker displays the current day when clicking in the middle button (the circle one).

Any help will be appreciated. Thanks in advance.


Solution

  • Since NSDatePicker contains an NSDatePickerCell that handles most of the drawing and actions, the short answer is no, there's not an easy way to modify the behavior of the middle button.

    However, I have discovered that option-clicking this button will jump to today. :-)