Advertise Mobile SDKs Books Events Forum News Social Networking Support Us
Follow @iphonedevsdk on Twitter

Mockup & CodeGen, iPhone & iPad
($9.99)

Make your own iPhone apps
and run them live!
(free)

Manu
($0.99)

Want your application or service advertised on iPhone Dev SDK?

Go Back   iPhone Dev SDK Forum > iPhone SDK Development Forums > iPhone SDK Development

Reply
 
LinkBack Thread Tools Display Modes
Old 02-09-2010, 01:10 PM   #1 (permalink)
Registered Member
 
Join Date: Jan 2010
Posts: 60
Question How to get UIDatePicker value in the UILable on button click.?

Hello.!

Anyone please help me to get the value of UIDatePicker to UILable on button click for IpHone Application.

Thanks
imsatasia is offline   Reply With Quote
Old 02-09-2010, 01:32 PM   #2 (permalink)
Registered Member
 
Join Date: Jan 2010
Posts: 60
Default

Quote:
Originally Posted by imsatasia View Post
Hello.!

Anyone please help me to get the value of UIDatePicker to UILable on button click for IpHone Application.

Thanks
Here is my answer for the above question:

-
Code:
 (IBAction) timeChange: (id)sender
{
	NSDateFormatter* dateFormatter = [[NSDateFormatter alloc] init];
	[dateFormatter setDateStyle:NSDateFormatterLongStyle];
	[dateFormatter setTimeStyle:NSDateFormatterShortStyle];
	NSString *theTime;
	theTime =  [dateFormatter stringFromDate:[myDatePicker date]];
	showDate.text = theTime; 
}
This will show me date as "January 29, 2010 10:20 PM".

Thanks
imsatasia is offline   Reply With Quote
Old 01-21-2011, 05:24 PM   #3 (permalink)
Registered Member
 
Join Date: Sep 2010
Posts: 160
Default

hey what does your .h file look like i'm trying to do this exact thing and can not figure it out
Rifts is offline   Reply With Quote
Reply

Bookmarks

Tags
iphone, uibutton, uidatepicker, uilable

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



» Advertisements
» Online Users: 242
13 members and 229 guests
ADY, AragornSG, CKAmike, Dani77, Duncan C, HDshot, HemiMG, Promo Dispenser, Punkjumper, Rudy, sacha1996, sneaky, spiderguy84
Most users ever online was 1,187, 10-11-2011 at 08:09 AM.
» Stats
Members: 158,885
Threads: 89,231
Posts: 380,768
Top Poster: BrianSlick (7,129)
Welcome to our newest member, bookesp
Powered by vBadvanced CMPS v3.1.0

All times are GMT -5. The time now is 03:19 PM.
Powered by vBulletin® Version 3.8.0
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.3.0