Allow selection of future dates on registration period page
close: #798
This commit is contained in:
parent
dace1037bd
commit
04d5216c38
1 changed files with 2 additions and 0 deletions
|
|
@ -44,11 +44,13 @@ $(function () {
|
||||||
|
|
||||||
$("#registration-period-start-datepicker").datetimepicker({
|
$("#registration-period-start-datepicker").datetimepicker({
|
||||||
format: "YYYY-MM-DD",
|
format: "YYYY-MM-DD",
|
||||||
|
useCurrent: false,
|
||||||
pickTime: false,
|
pickTime: false,
|
||||||
pickSeconds: false
|
pickSeconds: false
|
||||||
});
|
});
|
||||||
$("#registration-period-end-datepicker").datetimepicker({
|
$("#registration-period-end-datepicker").datetimepicker({
|
||||||
format: "YYYY-MM-DD",
|
format: "YYYY-MM-DD",
|
||||||
|
useCurrent: false,
|
||||||
pickTime: false,
|
pickTime: false,
|
||||||
pickSeconds: false
|
pickSeconds: false
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue