> How do I find the date and time when my application launched? I've done this 
> before on OS X, but it was a while ago and I've forgotten how. :)

I'm not sure what you mean exactly, but [NSDate date] will return the
current date/time. Tuck that instance in memory when your application
launches and you'll have that information for later, or alternatively
store it to disk using NSKeyedArchiver.
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to