• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Date parsing problem (when running on iphone only)
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Date parsing problem (when running on iphone only)


  • Subject: Date parsing problem (when running on iphone only)
  • From: Jacob Rhoden <email@hidden>
  • Date: Wed, 04 Mar 2009 22:15:15 +1100

Anyone experience this weird behaviour with date formatting? Given the following code, it produces a different log output when running in the simulator or on the iPhone!!!

    NSString* test = @"Monday 26 January 2009 3:47:33 pm +0000";
    NSDateFormatter *df = [[NSDateFormatter alloc] init];
    [df setDateFormat: @"EEEE dd MMMM yyyy h:mm:ss a Z"];
    NSLog(@"DATE: %@ to %i", test, [df dateFromString: test]);

This is the NSLog output on the iphone:
2009-03-04 22:08:49.645 Test[2875:20b] DATE: Monday 26 January 2009 3:47:33 pm +0000 to 0


And this on the simulator:
2009-03-04 22:09:05.095 Test[68041:20b] DATE: Monday 26 January 2009 3:47:33 pm +0000 to 5432224


Im completely stuck on this one! Are are there any other easy ways to parse dates? Any help appreciated.

Thanks,
Jacob

____________________________________________
Jacob Rhoden          http://jacobrhoden.com

_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Date parsing problem (when running on iphone only)
      • From: Michael Vannorsdel <email@hidden>
    • Re: Date parsing problem (when running on iphone only)
      • From: Jacob Rhoden <email@hidden>
  • Prev by Date: Re: Newbie: Learning path for my GTD app...
  • Next by Date: Re: Moving oneself to /Applications (or ~/Applications)
  • Previous by thread: Re: SyncServices ...
  • Next by thread: Re: Date parsing problem (when running on iphone only)
  • Index(es):
    • Date
    • Thread