Table of Contents
formatDate Method 

Formats a date.

Syntax
JavaScript
 Calendar.formatDate(date, format)

Parameters

date
A Date object to be formatted.
format
The format string. See Calendar.TitleFormat for details.

Return Value

Returns the formatted string.

See Also