Re: NSDate timeIntervalSinceNow problem
Re: NSDate timeIntervalSinceNow problem
- Subject: Re: NSDate timeIntervalSinceNow problem
- From: Jens Alfke <email@hidden>
- Date: Fri, 23 Oct 2009 08:46:58 -0700
On Oct 22, 2009, at 9:02 PM, PCWiz wrote:
Tried using %f to log it instead of %d, but it gives me this:
2009-10-22 22:01:55.459 TestApplication[8629:a0f] -2160.459210
"%f" is for float. Use "%d" for doubles.
—Jens_______________________________________________
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