Date

Top  Previous  Next

function Date() As DateTime

 

Returns the current date. The time value is 0 (midnight).

 

Example:

Dim s
 
= CStr(Date)
' returns eg. s = "19.11.2008"