PPWIZARD is a free preprocessor for HTML, REXX, Visual Basic or any text files.
[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 and subject to change at my whim. 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)
Friday June 01 2001 at 5:58pm