__FB_BUILD_DATE__

Intrinsic define (macro string) set by the compiler

Syntax
	__FB_BUILD_DATE__

Description
	Substituted with the quoted string containing the date (MM-DD-YYYY) the 
	compiler was built on.

Example
	   Print "This program compiled with a compiler built on this date:" & __FB_BUILD_DATE__

Differences from QB
	* New to FreeBASIC

See also
	* KeyPgDdfbbuilddateiso__FB_BUILD_DATE_ISO__
	* KeyPgDddate__DATE__
	* KeyPgDddateiso__DATE_ISO__

