Quellcode durchsuchen

Update DATETIME.md (#1950)

Updating documentation to show that you can also set the maxDate parameter.
Maurício C. P. Pessoa vor 5 Jahren
Ursprung
Commit
eff23466fd
1 geänderte Dateien mit 3 neuen und 3 gelöschten Zeilen
  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.