views:

66

answers:

0

I'd like to popup a calendar control (like the month view from the calendar provided by Apple), which can be used as date picker. I've already made some research, but I'm asking if I missed something out.

There are several free available libraries:

    * Kal
    * GCCalendar
    * TapkuLibrary
    * iphonecal
    * iphone-gcal

Also there is one commercial library:

    * DTCalendarViewController

Also important is internationalization. Do you know another library which can offer that? Or how to adapt the free available libraries to use the calendar month view as a date picker?