File manager - Edit - /usr/local/CyberCP/cyberpanel/static/baseTemplate/assets/widgets/datepicker-ui/datepicker-demo.js
Back
/* jQuery UI Datepicker */ $(function() { "use strict"; $("#fromDate").datepicker({ defaultDate: "+1w", changeMonth: true, numberOfMonths: 3, onClose: function(selectedDate) { $("#toDate").datepicker("option", "minDate", selectedDate); } }); $("#toDate").datepicker({ defaultDate: "+1w", changeMonth: true, numberOfMonths: 3, onClose: function(selectedDate) { $("#fromDate").datepicker("option", "maxDate", selectedDate); } }); }); $(function() { "use strict"; $("#datepicker_multiple_months").datepicker({ numberOfMonths: 3, showButtonPanel: true }); }); $(function() { "use strict"; $(".datepicker").datepicker(); });
| ver. 1.4 |
Github
|
.
| PHP 8.2.28 | Generation time: 0.02 |
proxy
|
phpinfo
|
Settings