aa_macro syntax 
 aa_macro source 
 HTML source 
 HTML render 
Key

§ 4.154 - [time] Built-In

Mnemonic aid: time for TIME

See also:  [ampm] ,  [date] ,  [datetime] ,  [month]  and  [twelve] 

Returns the time the file was processed in HHmmSS format.

Tip:

Notice in the example here I captured the time in a local variable, t. I did this because time changes once per second, and I wanted the result to be the same even if the seconds changed between the various uses here.


[time (sfx=auto|other,)(asfx= AM| PM,)(mode=12|24)]

[date]
[local t [time]]
[date]-[v t]
[slice 0:2,[v t]]
[slice 2:4,[v t]]
[slice 4:6,[v t]]

20230303
20230303-151159
15
11
59
20230303 20230303-151159 15 11 59

Other built-ins used here:  [date] ,  [local] ,  [slice]  and  [v] 

Keyboard Navigation
, Previous Page . Next Page t TOC i Index

Valid HTML 4.01 Loose
 

This manual was generated with wtfm
wtfm uses aa_macro and SqLite
aa_macro uses Python 2.7