__DATE__

Preprocessor macro defined as the date of compilation.

Syntax
  __DATE__
  
  
Remarks

The compiler defines this macro as a character string representation of the date of compilation. The format of this string is

  "Mmm dd yyyy"
  
  

where Mmm is the three-letter abbreviation of the month, dd is the day of the month, and yyyy is the year.