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 08-07-2010, 06:27 AM   #1 (permalink)
Registered Member
 
Join Date: Jan 2009
Posts: 21
neigaard is on a distinguished road
Question Need help with date/time locale

Hi

I have a table that displays selected date/time, and I use a NSDateFormatter to format the date/time to a NSString because I would like to make sure the length of the string is not to long. Is this a bad idea, as it is then hardcoded and not localized? What is a better solution?

Also I have a UIDatePicker, how can I set its local to the device current locale?

Thank you
Søren
neigaard is offline   Reply With Quote
Old 08-09-2010, 12:56 AM   #2 (permalink)
Registered Member
 
fousulameen's Avatar
 
Join Date: Jul 2010
Location: chennai
Posts: 41
fousulameen is on a distinguished road
Send a message via Skype™ to fousulameen
Default

this code for select date from datepicker.....


-(IBAction)selectdate{
NSDateFormatter *DateFormatter = [[[NSDateFormatter alloc]init] autorelease];
[DateFormatter setDateFormat:@"dd-MM-yyyy"];
datelabel.text= [[NSString alloc] initWithFormat:@"%@",[DateFormatter stringFromDate:[datepicker date]]]; //select date from date picker
}

i hope this code is help to u
fousulameen is offline   Reply With Quote
Reply

Bookmarks

Tags
nsdateformatter, uidatepicker

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: 310
11 members and 299 guests
alexP, arash5500, gordo26, HemiMG, linkmx, mediaspree, nobstudio, Objective Zero, Sloshmonster, stanny, Touchmint
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,655
Threads: 94,116
Posts: 402,889
Top Poster: BrianSlick (7,990)
Welcome to our newest member, pungs
Powered by vBadvanced CMPS v3.1.0

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