--- title: Date.getVarDate() slug: Archive/Web/JavaScript/Microsoft_Extensions/Date.getVarDate translation_of: Archive/Web/JavaScript/Microsoft_Extensions/Date.getVarDate ---
{{JSRef("Global_Objects","Date")}}{{Non-standard_Header}}{{Obsolete_Header}}
Warning: This method is supported in Internet Explorer only.

The getVarDate method returns a VT_DATE value from a {{JSxRef("Date")}} object.

Syntax

dateObj.getVarDate()

Parameters

The required dateObj reference is a Date object.

Return Value

Returns a VT_DATE value.

Remarks

The getVarDate() method is used when JavaScript code interacts with COM objects, ActiveX objects, or other objects that accept and return date values in VT_DATE format. These include objects in Visual Basic and Visual Basic Scripting Edition (VBScript). The actual format of the returned value depends on regional settings.

Requirements

Supported in the following document modes: Quirks, Internet Explorer 6 standards, Internet Explorer 7 standards, Internet Explorer 8 standards, Internet Explorer 9 standards, and Internet Explorer 10 standards. Not supported in Windows 8.x Store apps.

Applies ToDate Object

See Also