Skip to content

Commit 13c360f

Browse files
committed
add options to make date range picker
1 parent 16122cb commit 13c360f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ $("#date").dropdownDatepicker({
5555
| maxAge | int | null | |
5656
| minYear | int | null | |
5757
| maxYear | int | null | |
58-
| minDate | string | null | |
59-
| maxDate | string | null | |
58+
| minDate | string | null | yyyy-mm-dd |
59+
| maxDate | string | null | yyyy-mm-dd |
6060
| allowPast | boolean | true | |
6161
| allowFuture | boolean | true | |
6262
| submitFieldName | string | 'date' | |

0 commit comments

Comments
 (0)