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

Interface 2, Advanced iOS
Mockup & Code Gen
($9.99)

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

Pic Frame Dynamo: Photo Editing
($0.99)

Abiliator
($1.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 01-10-2010, 02:16 PM   #1 (permalink)
A Young Perfectionist
 
atothendrew's Avatar
 
Join Date: Jun 2009
Posts: 111
atothendrew is on a distinguished road
Send a message via AIM to atothendrew
Default Converting NSDate to Double

I have a UIDatePicker for my users that just includes Time. How would i go about getting the time from the UIDatePicker and convert the hours into a double that i can manipulate?

Thanks,
Andrew
__________________
Work Progress - The Perfect app for all!

The Advanced Random Number Generator

FPS Stats - Avaliable now!
The users are LOVING it! and new features are added Weekly!
"This is by far the greatest app I have ever used. Great Idea!" - KyRo .LV, 5 stars

atothendrew is offline   Reply With Quote
Old 01-10-2010, 02:36 PM   #2 (permalink)
A Young Perfectionist
 
atothendrew's Avatar
 
Join Date: Jun 2009
Posts: 111
atothendrew is on a distinguished road
Send a message via AIM to atothendrew
Default

Nevermind. I figured it out. If any one needed the same thing, ill post it.

Code:
	NSDate *aDate = [[NSDate alloc] init];
	aDate = [pickerView date];
	
	NSCalendar *calendar= [[NSCalendar alloc] initWithCalendarIdentifier:NSGregorianCalendar];
	NSCalendarUnit unitFlags = NSYearCalendarUnit | NSMonthCalendarUnit | NSDayCalendarUnit | NSHourCalendarUnit | NSMinuteCalendarUnit | NSSecondCalendarUnit;
	NSDateComponents *dateComponents = [calendar components:unitFlags fromDate:aDate];
	
	double date = [dateComponents hour];
	
	label.text = [NSString stringWithFormat:@"%.0f", date];
__________________
Work Progress - The Perfect app for all!

The Advanced Random Number Generator

FPS Stats - Avaliable now!
The users are LOVING it! and new features are added Weekly!
"This is by far the greatest app I have ever used. Great Idea!" - KyRo .LV, 5 stars

atothendrew is offline   Reply With Quote
Reply

Bookmarks

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: 326
12 members and 314 guests
2Apps1Day, akacaj, Domele, Duncan C, GraffitiCircus, michelle, NetGuru, NSString, Paul Slocum, Sloshmonster, soohyun, v1n2e7t
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,650
Threads: 94,114
Posts: 402,885
Top Poster: BrianSlick (7,990)
Welcome to our newest member, soohyun
Powered by vBadvanced CMPS v3.1.0

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