---
title: minimumDate
framework: uikit
role: symbol
role_heading: Instance Property
path: uikit/uidatepicker/minimumdate
---

# minimumDate

The minimum date that a date picker can show.

## Declaration

```swift
var minimumDate: Date? { get set }
```

## Discussion

Discussion Use this property to configure the minimum date that’s selected in the date picker interface. The property contains an NSDate object or nil (the default), which means no minimum date. This property, along with the maximumDate property, lets you specify a valid date range. If the minimum date value is greater than the maximum date value, both properties are ignored. The minimum and maximum dates are also ignored in the countdown-timer mode (UIDatePicker.Mode.countDownTimer).

## See Also

### Configuring temporal attributes

- [maximumDate](uikit/uidatepicker/maximumdate.md)
- [minuteInterval](uikit/uidatepicker/minuteinterval.md)
- [countDownDuration](uikit/uidatepicker/countdownduration.md)
- [roundsToMinuteInterval](uikit/uidatepicker/roundstominuteinterval.md)
