---
title: UIDatePicker.Mode.date
framework: uikit
role: symbol
role_heading: Case
path: uikit/uidatepicker/mode/date
---

# UIDatePicker.Mode.date

A mode that displays the date in months, days of the month, and years. The exact order of these items depends on the locale setting. An example of this mode is “November | 15 | 2007 “.

## Declaration

```swift
case date
```

## See Also

### Constants

- [UIDatePicker.Mode.time](uikit/uidatepicker/mode/time.md)
- [UIDatePicker.Mode.dateAndTime](uikit/uidatepicker/mode/dateandtime.md)
- [UIDatePicker.Mode.yearAndMonth](uikit/uidatepicker/mode/yearandmonth.md)
- [UIDatePicker.Mode.countDownTimer](uikit/uidatepicker/mode/countdowntimer.md)
