Time Formats:

A few of the functions in this plugin can return times in different formats. The tfmt parameter controls how times are returned. The lower four bits of tfmt select between 24-hour time or a variety of different 12-hour formats. If the lower four bits are all zero, then the time is returned in 24-hour format; if any is set, 12-hour format is used:

tfmt  tfmt 
05:23 75:23A.M.
15:23 AM 85:23a.m.
25:23 am 95:23 A
35:23 A.M. 105:23 a
45:23 a.m. 115:23A
55:23AM 125:23a
65:23am   

You can also add the following values to tfmt:

valuemeaning
128include seconds
256include milliseconds
512use local time and decimal separators, not hardcoded : and .
1024use leading zero in hours
2048left-pad one-digit hours with a space
4096omit time and decimal separators; use leading zero in hours
5120omit time separators; use leading zero in hours

There is also a special value 15, which reports a time as a decimal fraction of a day:

tfmt 
15.22430556