Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Oh that's simple. You only need to link the name of two DateTimePicker:
<?php DateTimePicker::create(array(
"name"=>"fromDatePicker",
"maxDate"=>"@toDatePicker",
));?>
...
<?php DateTimePicker::create(array(
"name"=>"toDatePicker",
"minDate"=>"@fromDatePicker",
));?>
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo