
Hi,
I am a beginner in the mobile web application segment. How can i develop Iphone Current Date Application. I need the online help guide or example about iphone current date format.
Thanks,

Hi,
Last week i have read on online tutorial article which has given good examples about the Iphone current date Application.
The example or syntax of the iPhone current date Application as below...
#import<UIKit/UIKit.h>
@interfaceCurrentDateAppDelegate : NSObject <UIApplicationDelegate>
{
UIWindow*window;
IBOutletUILabel*mlabel;
UIDatePicker*myDatePicker;
}
@property(nonatomic,retain)IBOutletUIWindow*window;
@property(nonatomic,retain)IBOutletUILabel*mlabel;
@end
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.