§ 4.154 - [time] Built-InMnemonic 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 |