Explorar o código

Update DATETIME.md (#1950)

Updating documentation to show that you can also set the maxDate parameter.
Maurício C. P. Pessoa %!s(int64=5) %!d(string=hai) anos
pai
achega
eff23466fd
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  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.