• 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
Re: Date compiled?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Date compiled?


  • Subject: Re: Date compiled?
  • From: Andy Lee <email@hidden>
  • Date: Tue, 27 May 2008 18:31:12 -0400

On May 27, 2008, at 6:20 PM, Bill Monk wrote:
NSString *compileDate = [NSString stringWithCString:__DATE__ encoding:NSASCIIStringEncoding];

NSString *compileTime = [NSString stringWithCString:__TIME__ encoding:NSASCIIStringEncoding];

Any reason not to do the following?

	NSString *compileDate = @__DATE__;

	NSString *compileTime = @__TIME__;

--Andy

_______________________________________________

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


References: 
 >Re: Date compiled? (From: Bill Monk <email@hidden>)

  • Prev by Date: Which framework for Wifi?
  • Next by Date: Re: Which framework for Wifi?
  • Previous by thread: Re: Date compiled?
  • Next by thread: Re: Date compiled?
  • Index(es):
    • Date
    • Thread