formatTimeOnlyDisplay

Reformats a time to a time format for display to the user. Uses the "Display Date Format" in System Properties to format the time.

Similar to formatDateDisplay but only formats the time.

Type and Usage

Parameters

The only parameter is a string that specifies the time.

Output

  • Returns the time in the format used.

  • Returns null if the parameter cannot be evaluated.

Example

<$formatTimeOnlyDisplay$>

See Also