CustomBar: Plugin Reference
SystemInfo.LocalTime
Obtains the local computer time.
SystemInfo.LocalTime( string Format )
Parameters
Format
Time string. Can consist of any character, plus the following special values:
%h - hour in 24 hour format
%H - hour in 12 hour format
%m - minute
%s - second
%p - lowercase am or pm
%P - uppercase AM or PM
Example of valid format string: "%h:%m:%s %p"
Return Value (string)
Formatted system time.