__DATE__
Intrinsic define (macro value) set by the compiler
__DATE__
Substitutes the compiler date in a literal string ("mm-dd-yyyy" format) where used.
Syntax
__DATE__
Description
Substitutes the compiler date in a literal string ("mm-dd-yyyy" format) where used.
Example
Print "Compile Date: " & __DATE__
Compile Date: 09-29-2011
Differences from QB
- New to FreeBASIC
See also