Now is the parameter that is used together with the Datepart function to return the current date and time
Example: DatePart("yyyy",Now) returns the current year while DatePart("d",Now) returns the current day.
[Back to VB Glossary]