Returns a DateTime value containing the current system date.
Copy Code |
---|
DateTime Today () |
The DateTime data type includes time components. When returning the system date, Today sets all of these to 0, so the returned value represents midnight (00:00:00).
To access the day of a date, use the Day property.
Date & Time Functions
Now Function
DatePart Function
DateSerial Function
DateAdd Function