diff --git a/documentation/DATETIME.md b/documentation/DATETIME.md index 0008e9ca3..a5a2b4b2f 100644 --- a/documentation/DATETIME.md +++ b/documentation/DATETIME.md @@ -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 @@ -63,5 +63,5 @@ MaterialDialog(this).show { } ``` -You can optionally provide `minDateTime`, `currentDateTime`, `show24HoursView`, -and `requireFutureDateTime` parameters as well. \ No newline at end of file +You can optionally provide `minDateTime`, `maxDate`, `currentDateTime`, `show24HoursView`, +and `requireFutureDateTime` parameters as well.