DATE
- Source: https://www.freebasic.net/wiki/wikka.php?wakka=KeyPgDddate
- Last revised: 2016-02-10
Intrinsic define (macro value) set by the compiler
Syntax
` DATE
`
Description
Substitutes the compiler date in a literal string ("mm-dd-yyyy" format) where used.
Examples
start GeSHi
vb
Print "Compile Date: " & __DATE__end GeSHi
Compile Date: 09-29-2011Differences from QB
- New to FreeBASIC
See also
__DATE_ISO____TIME__Date
Back to DocToc