Is there a generic control for picking and selecting time for Cocoa application (Mac Application Development)? For example, consider the case of a stop watch. The watch starts from 00:00:00.
The NSDatePicker seem to support "00:00:00 AM/PM" format only. I don't want "AM/PM", instead i want the control to support milliseconds e.g. "00:00:00,000". I may have to use set of NSTextFields alongside NSStepper controls, but a better solution (if available) would be preferred.