Sun Chili!Soft ASP Sun Chili!Soft
ASP Sun Microsystems

 

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 2002 Sun Microsystems, Inc. All rights reserved. Legal Notice.