There are three current date/time functions that I know of in VB.
Date - gives the date part of the current system time
Time - gives the time part of the current system time
Now - gives both the date and time part of the system time
The VB Date data type (not the date function) only has one second precision. Hence the Now and Time functions will only give you the nearest second.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.