how to have a string of
___DATE___
for compile date version in an application
views:
20answers:
1
A:
okay found it
__DATE__
with less underscore.
[NSString stringWithFormat:@"%s", __DATE__]
and then you have your compile date version.
CiNN
2009-11-03 10:55:12