Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Pls try to add an event listener to the input and toggle the datetimepicker like this:
DateTimePicker::create(array(
"name"=>"startDatePicker",
...
"onReady" => "function() {
document.querySelector('#startDatePicker > input').addEventListener('focus', function() { $('#startDatePicker').data('datetimepicker').toggle(); });
}"
));
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo