![]() | ![]() | ![]() | ![]() | ![]() |
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).
#evaluate DateTime @date('WeekDay') || ' ' || date('Month') || ' ' || substr(date('Sorted'), 7, 2) || ' ' || left(date('Sorted'), 4) || ' at ' || time('Civil')@
![]() | ![]() | ![]() | ![]() | ![]() |