Hi,
I have a macro which outputs date &time:
Code:
td:y-td:mlz-td:dlz_ct:h24lz.ct:mlz
the output looks like this: (YYYY-MM-DD_HH.MM) 2011-11-03_12.32
I need to know how to append the current time SECONDS
eg: (YYYY-MM-DD_HH.MM.SS) 2011-11-03_12.32.05
There does not appear to be the command
Does anyone have an example that would append the seconds to my output?
Thanks. |