Browse Source

Update DATETIME.md (#1950)

Updating documentation to show that you can also set the maxDate parameter.
Maurício C. P. Pessoa 5 years ago
parent
commit
eff23466fd
1 changed files with 3 additions and 3 deletions
  1. 3 3
      documentation/DATETIME.md

+ 3 - 3
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.
+You can optionally provide `minDateTime`, `maxDate`,  `currentDateTime`, `show24HoursView`, 
+and `requireFutureDateTime` parameters as well.