longtimestr(
THETIME
)

The longtimestr( function converts a number to text in am/pm time format, including seconds.


Parameters

This function has one parameter:

thetime – number of seconds since midnight (see the time( and now( functions).


Description

This function converts a number to text in am/pm time format, including seconds.

longtimestr(now()) ☞ 6:44:08 PM

Note: This function is equivalent to:

timepattern(thetime,"hh:mm:ss am/pm")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.