// Now example
NSB.Print(new Date());
No edit summary |
No edit summary |
||
Line 20: | Line 20: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
</tabber> | </tabber> | ||
== Output == | == Output == |
Now
Now returns the current date and time according to the date and time setting of your computer.
// Now example
NSB.Print(new Date());
' Basic
Print FormatDateTime(Now)
11/11/2004 9:52:27 AM