Skip to content

FB_BUILD_DATE_ISO


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

Translated from FreeBASIC official docs. Contact us for removal if infringed.
FreeBASIC is an open-source project, not affiliated with Microsoft