VBScript Now Function


❮ Complete VBScript Reference

The Now function returns the current date and time according to the setting of your computer's system date and time.

Syntax

Now

Example

Example

<%

response.write("The current system date and time is: ")
response.write(Now)

%>

The output of the code above will be:

The current system date and time is: 10/6/2024 2:31:23 PM
Show Example »

❮ Complete VBScript Reference
Copyright 1999-2023 by Refsnes Data. All Rights Reserved.