| |||||
Technical Support Support Resources
Product Information | C51: __DATE__ AND __TIME__ MACROSInformation in this article applies to:
QUESTIONIs it possible to insert the date and time into my program? ANSWERYes. Use the __DATE__ and __TIME__ predefined macros. For example: char code my_date[] = "Compile Date = " __DATE__; char code my_time[] = "Compile Time = " __TIME__; MORE INFORMATION
SEE ALSO
Last Reviewed: Monday, June 26, 2006 | ||||
| |||||