Skip to content

DATE


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-2011

Differences from QB

  • New to FreeBASIC

See also

  • __DATE_ISO__
  • __TIME__
  • Date

Back to DocToc

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