In Apex, the Date data type is used to represent calendar dates without any associated time information. It stores the year, month, and day components.
Date
Here's a brief example:
Date myDate = Date.today();