superdatesecondsstr(
SUPERDATE
)

The superdatesecondsstr( function converts a number containing a superdate to text, including the seconds.


Parameters

This function has one parameter:

superdate – is a number that combines the date and time into a single value. See the superdate( function.


Description

Converts a number containing a superdate to text, including the seconds.

superdatesecondsstr(supernow()) ☞ 9/5/13 6:52:47 PM

Superdates combine a date and time into a single value. See superdate( for more information.

Note: This function is equivalent to:

datepattern(regulardate(superdate),"mm/dd/yy")+" "+
    timepattern(regulartime(superdate),"hh:mm:ss am/pm")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.