MS Access Date() Function

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: From Access 2000

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.