mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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({
|
||||
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
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue