timestr(
THETIME
)

The timestr( function converts a number to text in am/pm time format.


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.

timestr(now()) ☞ 6:38 PM

Note: This function is equivalent to:

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

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.