Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

__DATE__ - macro for compilation date

&pagelevel(4)&pagelevel

 

 Syntax

 __DATE__

Description

This macro generates the compilation date of a source file as a string in the form:
"dd Mmm yyyy\0"

where:

dd

Mmm

yyyy

is the day (without leading zero for days < 10)

is the name of the month (abbreviated as with asctime())

is the year

Notes

This macro need not be defined in any header file. Its name is recognized and replaced by the compiler.

See also

asctime(), __TIME__.