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 > iPhone SDK Development - Advanced Discussion

Reply
 
LinkBack Thread Tools Display Modes
Old 07-15-2010, 01:14 AM   #1 (permalink)
Registered Member
 
Join Date: Jul 2010
Posts: 141
jenesapp is on a distinguished road
Question using time stamp

hi i am using this GPS time stamp

textView.text = [ NSString stringWithFormat: @"You now at...\n\n"

"TimeStamp: %@\n", newLocation.timestamp];

I am getting 2010-07-15 10:59:27 +0530 this format

but i want 2010-07-15 10:59:27 like this pls help me
jenesapp is offline   Reply With Quote
Old 07-15-2010, 01:43 AM   #2 (permalink)
iphone developer
 
sivaram's Avatar
 
Join Date: Jun 2010
Location: Chennai
Age: 24
Posts: 32
sivaram is on a distinguished road
Send a message via Skype™ to sivaram
Default

Use this code... It may help for you

NSDateFormatter *eventDateFormatters = [[NSDateFormatter alloc] init];
[eventDateFormatters setDateFormat:@"yyyy-mm-dd HH:mm:ss"];

NSString *mydatestrings = [[NSString alloc] initWithFormat:@"%@", [eventDateFormatters stringFromDate:newLocation.timestamp]];
sivaram 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: 383
12 members and 371 guests
AragornSG, baja_yu, ChrisYates, davejas69, guusleijsten, hussain1982, jbro, Kryckter, locombiano89, Mah6447, stanny, WeaselPig
Most users ever online was 1,387, 04-10-2012 at 04:21 AM.
» Stats
Members: 175,646
Threads: 94,111
Posts: 402,862
Top Poster: BrianSlick (7,990)
Welcome to our newest member, locombiano89
Powered by vBadvanced CMPS v3.1.0

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