Vb Func Now
# VBScript Now Function
* * Complete VBScript Reference Manual](#)
* * *
The Now function returns the current date and time according to the computer system's date and time settings.
### Syntax
Now
## Example
## Example (For IE Only)
document.write("The current system date and time is: ")
document.write(Now)
Output from the above example:
document.write("The current system date and time is: ") document.write(Now)
[Try it Β»](#)
* * Complete VBScript Reference Manual](#)
YouTip