Time2str-func
Returns time string corresponding to the specified Julian-day value. The return time string is displayed in the format of the input string argument.
See this note.
string time2str(double d,string format)$
d
format
Return the time string.
string aa$ = time2str(0.1875, "HH:mm")$; aa$ = ;//Return time string 04:30
Date2str, Date, Time