ParseDate Method

The ParseDate method in the Groove 2007 Forms Tool parses a formatted date string and returns the numeric date value.

Syntax

object.ParseDate

(

i_DateString As String,

i_DateStyleAsGrooveIntlDateFormatStyle

) As Number

Parameters

Parameter Description

i_DateString

Date string to parse.

i_DateStyle

Date style used by the string.

Return Value

The return value is a number that is the date value.

See Also

Reference

IGrooveFormsToolUIDelegate Interface
FormatDate Method
FormatDateTime Method
FormatNumber Method
ParseDateTime Method
ParseNumber Method