---
title: minDate
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsdatepickercell/mindate
---

# minDate

The minimum date that the picker allows as input.

## Declaration

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

## Discussion

Discussion Set this property to nil if you want to allow any value for the minimum date.

## See Also

### Date Range Constraints

- [maxDate](appkit/nsdatepickercell/maxdate.md)
