Allow selection of future dates on registration period page

close: #798
This commit is contained in:
Aditya Prakash 2016-02-29 16:28:09 +05:30
parent dace1037bd
commit 04d5216c38

View file

@ -44,11 +44,13 @@ $(function () {
$("#registration-period-start-datepicker").datetimepicker({
format: "YYYY-MM-DD",
useCurrent: false,
pickTime: false,
pickSeconds: false
});
$("#registration-period-end-datepicker").datetimepicker({
format: "YYYY-MM-DD",
useCurrent: false,
pickTime: false,
pickSeconds: false
});