FB_BUILD_DATE_ISO
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDdfbbuilddateiso
- Last revised: 2021-10-11
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.
Examples
start GeSHi
vb
Print "This program compiled with a compiler built on this date:" & __FB_BUILD_DATE_ISO__end GeSHi
Version
- Since fbc 1.07.1
Differences from QB
- New to FreeBASIC
See also
__FB_BUILD_DATE____DATE____DATE_ISO__
Back to DocToc