From f2b835f2b798851aaee87ebdd063b175e7f9088e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20C=2E=20P=2E=20Pessoa?= Date: Mon, 17 Feb 2020 23:31:32 -0300 Subject: [PATCH] Update DATETIME.md Updating documentation to show that you can also set the maxDate parameter. --- documentation/DATETIME.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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.