Help Center›FreeBASIC
__FB_BUILD_DATE_ISO__keyword
Intrinsic define (macro string) set by the compiler
Syntax
__FB_BUILD_DATE_ISO__
Description
Substituted with the quoted string containing the date (
YYYY-MM-DD) the compiler was built on in ISO date format.Remarks
Version
- Since fbc 1.07.1
Differences from QB
- New to FreeBASIC
See also
Example
Print "This program compiled with a compiler built on this date:" & __FB_BUILD_DATE_ISO__
Reference
- Documented in KeyPgDdfbbuilddateiso.html