Minimum date of the Datepicker or Daterange element. This option does not require a date but a period.
The Daterange element requires two values as it contains the begin and end date (From/To). The value has to be separated by two semicolon characters: +1d;;+2d
For more information about the minDate format, check out the jQuery UI Datepicker Widget documentation.
MinDate Examples
MinDate Value | Date | Minimum Date |
---|---|---|
+1d | 2020-01-01 | 2020-01-02 |
+1w | 2020-01-01 | 2020-01-08 |
+1w +3d | 2020-01-01 | 2020-01-11 |