Version: 1.1

Posted: 2009-09-30

Build Requirements: Xcode 3.2 - Mac OS X 10.6

Runtime Requirements: Mac OS X 10.4.x or later

View Source Code:

Download Sample Code (“DatePicker.zip”, 75.0K)



Description

"DatePicker" is a Cocoa application that demonstrates how to use NSDatePicker control. Its primary purpose is to be a test harness for NSDatePicker: a subclass of NSControl that provides for visually displaying and editing an NSDate instance.

Document Revision History

Date Notes
2009-09-30Upgraded to support 10.6, removed some compiler warnings, simplified UI, some code-reformatting.
2007-04-25Demonstrates how to use the NSDatePicker control.