Preprocessor macro defined as the date of compilation.
__DATE__
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 a three-letter abbreviation of the month, dd is the day of the month, and yyyy is the year.