MS Access Date() Function
THE WORLD'S LARGEST WEB DEVELOPER SITE

MS Access Date() Function

❮ MS Access Functions

Example

Return the current system date:

SELECT CustomerName, Date() AS CurrentDate
FROM Customers;
Try it Yourself »

Definition and Usage

The Date() function returns the current system date.

Syntax

Date()

Parameter Values

None.

Technical Details

Works in: Access 2016, Access 2013, Access 2010, Access 2007, Access 2003, Access XP, Access 2000

❮ MS Access Functions