Hello,
I would like to know whether we can create a calendar using NSCalender and show it in our dedicated application. We can create a NSCalender object by
**NSCalendar *japaneseCalendar = [[NSCalendar alloc] initWithCalendarIdentifier : NSJapaneseCalendar];**
But how can we show this calender in out application. Is there any way to show the default calander in our application when a user click a button.
Please please guide me, i am hanging here for last few days.
Thank You Rahul