image\cslogo3d1.gif

VBScript Date Function

Returns the current system date.

Syntax: VBScript Date Function

Date()

Remarks: VBScript Date Function

The following example uses the Date function to return the current system date:

Dim MyDate

MyDate = Date ' MyDate contains the current system date.

Copyright 2001 Sun Microsystems, Inc. All rights reserved. Legal Notice.