__DATE__
 
Intrinsic define (macro value) set by the compiler

Syntax

__DATE__

Description

Substitutes the compiler date (yyyy-mm-dd format) were used.

Example

Print "Compile Date: ";__DATE__


Compile Date: 2005-05-31

Differences from QB

  • New to FreeBASIC

See also