superdatestr(
SUPERDATE
)

The superdatestr( function converts a number containing a superdate (date + time) to text.


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

This function converts a number containing a superdate to text.

superdatestr(supernow()) ☞ 9/5/13 6:46 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 am/pm")

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.