Skip to main content
Version: V1.0.0

CURDATE

Syntax

CURDATE()

Description

Returns the current date without the time component.

Examples

SELECT CURDATE();
+------------+
| CURDATE() |
+------------+
| 2025-12-17 |
+------------+
1 row in set (0.001 sec)