--- title: Date.getVarDate() slug: Archive/Web/JavaScript/Microsoft_Extensions/Date.getVarDate translation_of: Archive/Web/JavaScript/Microsoft_Extensions/Date.getVarDate ---
The getVarDate
method returns a VT_DATE
value from a {{JSxRef("Date")}} object.
dateObj.getVarDate()
The required dateObj
reference is a Date
object.
Returns a VT_DATE value.
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.
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 To: Date Object