Re: Date selection, calendar component?
Re: Date selection, calendar component?
- Subject: Re: Date selection, calendar component?
- From: Carlos Weber <email@hidden>
- Date: Thu, 17 Jan 2002 08:29:38 -1000
On Tuesday, January 15, 2002, at 09:33 , jgrosjean wrote:
Hi,
My program needs the user to be able to select a calendar date. Right
now Im doing this with a date formatted text field, but this is not
completely satisfactory. I rather also give the user the option to
select the date visually using a calendar component.
My question is does anyone know of such a component existing, or one in
the pipeline that will soon be available? In particular is the calendar
in apples date/time panel available?
Searching Softrak (softrak.stepwise.com) with the keyword "calendar"
yielded 15 hits. I didn't check them, but it's a good bet that at least
a few of them include the source. From there you can roll your own!
There is also a calendar based on NSMatrix as part of the ToDo example
in the latter part of the Learning Cocoa book. The source is available
on the O'Reilly website somewhere if you don't have or don't want the
book.
HTH