PPWIZARD Manual
[Bottom][Contents][Search][Prev]: <?CmdLineTotal>[Next]: <?DebugOn>

<?CompileTime>

This variable contains the date and time the compile started.

The date and time is of a fairly "pretty" format, but it is country dependant, not only that but I may change its look. Basically if you need a specific format then create your own, do not assume that this variable returns any specific format.

This is a Standard Definition which always exists (you don't need to #define it). Note that you can create your own variations or completely new ones (see the examples).

Example Of Creating Your Own Format

    #evaluate DateTime  @date('WeekDay') || ' ' || date('Month') || ' ' || substr(date('Sorted'), 7, 2) || ' ' || left(date('Sorted'), 4) || ' at ' || time('Civil')@
    


[Top][Contents][Search][Prev]: <?CmdLineTotal>[Next]: <?DebugOn>

PPWIZARD Manual
My whole website and this manual itself was developed using PPWIZARD (free preprocessor written by Dennis Bareis)
Tuesday January 02 2001 at 7:37am