If you want to have calendar for from date and to date and also to date calendar days always will be greater than from date field, then below scenario will help.
<?php $form = ActiveForm::begin(['id' => 'profile-form']); ?>
.....
<?= $form->field($model, 'from_date')->widget(D...