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

Commit 181ab1a

Browse files
authored
Update DATETIME.md (#1950)
Updating documentation to show that you can also set the maxDate parameter.
1 parent 35ea27d commit 181ab1a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

documentation/DATETIME.md

Lines changed: 3 additions & 3 deletions
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)