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

Commit

Permalink
Update DATETIME.md (#1950)
Browse files Browse the repository at this point in the history
Updating documentation to show that you can also set the maxDate parameter.
  • Loading branch information
Mauker1 authored Feb 18, 2020
1 parent 35ea27d commit 181ab1a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions documentation/DATETIME.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ MaterialDialog(this).show {
}
```

You can optionally provide `minDate` and `currentDate` parameters as well.
You can optionally provide `minDate`, `maxDate` and `currentDate` parameters as well.

## Time

Expand Down Expand Up @@ -63,5 +63,5 @@ MaterialDialog(this).show {
}
```

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

0 comments on commit 181ab1a

Please sign in to comment.