Revision [15235]

This is an old revision of KeyPgDddateiso made by CountingPine on 2011-09-29 10:31:16.

 

__DATE_ISO__


Intrinsic define (macro value) set by the compiler

Syntax:
__DATE_ISO__

Description:
Substitutes the compiler date in a literal string ("yyyy-mm-dd" format) where used.

Examples:
Print "Compile Date: " & __DATE_ISO__

If __DATE_ISO__ < "2011-12-25" Then
    Print "Compiled before Christmas day 2011"
Else
    Print "Compiled after Christmas day 2011"
End If


Compile Date: 2011-09-29
Compiled before Christmas day 2011


Differences from QB:
See also:
Back to Intrinsic Defines
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki



sf.net phatcode