目录

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