Forums
(@andrewtf)
15 years, 2 months ago
you can get clockpick to work by getting the latest version of it @ https://www.jnathanson.com/index.cfm?page=jquery/clockpick/ClockPick#download
and set military to true in ec_managementjs.class.php on lines ~226 and ~234
to get the datepicker to work:
line 176 in ec_managementjs.class.php DELETE – $this->calendarjs();
after line 233 in ec_management.class.php
ADD – $js->calendarjs();
clockpicker still broken after this little fix though