Skip to content

Commit eff2346

Browse files
Mauker1afollestad
authored andcommitted
Update DATETIME.md (afollestad#1950)
Updating documentation to show that you can also set the maxDate parameter.
1 parent 7964a5b commit eff2346

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/DATETIME.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ MaterialDialog(this).show {
3333
}
3434
```
3535

36-
You can optionally provide `minDate` and `currentDate` parameters as well.
36+
You can optionally provide `minDate`, `maxDate` and `currentDate` parameters as well.
3737

3838
## Time
3939

@@ -63,5 +63,5 @@ MaterialDialog(this).show {
6363
}
6464
```
6565

66-
You can optionally provide `minDateTime`, `currentDateTime`, `show24HoursView`,
67-
and `requireFutureDateTime` parameters as well.
66+
You can optionally provide `minDateTime`, `maxDate`, `currentDateTime`, `show24HoursView`,
67+
and `requireFutureDateTime` parameters as well.

0 commit comments

Comments
 (0)