Skip to content
This repository was archived by the owner on Sep 3, 2023. It is now read-only.

Commit 8e5d64f

Browse files
committed
Merge branch 'master' of github.com:afollestad/material-dialogs
2 parents 7964a5b + 181ab1a commit 8e5d64f

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)