formatDateOnlyDisplay

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

Similar to formatDateDisplay but only formats the date.

Type and Usage

Parameters

The only parameter is a string that specifies a date.

Output

  • Returns the date in the format used.

  • Returns null if the parameter cannot be evaluated.

Example

<$formatDateOnlyDisplay$>

See Also