FormatDateTime Method

The FormatDateTime method in the Groove 2007 Forms Tool returns the specified date-time value formatted using the specified styles.

Syntax

object.FormatDateTime

(

i_DateValue As Number,

i_DateFormatAsGrooveIntlDateFormatStyle,

i_TimeFormatAsGrooveIntlDateFormatStyle

) As String

Parameters

Parameter Description

i_DateValue

Date in milliseconds.

i_DateFormat

Style of the date to return.

i_TimeFormat

Style of the time to return.

Return Value

The return value is a formatted date-time string.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
FormatDate Method
FormatNumber Method
ParseDate Method
ParseDateTime Method
ParseNumber Method