FormatDate Method

The FormatDate method in the Groove 2007 Forms Tool returns the specified date value formatted using the specified style.

Syntax

object.FormatDate

(

i_DateValue As Number,

i_DateFormatAsGrooveIntlDateFormatStyle

) As String

Parameters

Parameter Description

i_DateValue

Date in milliseconds.

i_DateFormat

Style of the date to return.

Return Value

The return value is a formatted date string.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
FormatDateTime Method
FormatNumber Method
ParseDate Method
ParseDateTime Method
ParseNumber Method