Closed osCMattiFinn closed 9 years ago
The datepicker will not display a left arrow to select an end date earlier than the current date.
Deployed like this:
$datepicker = DateRangePicker::widget([ 'name'=>'DownloadHistorySearch[download_datetime]', 'convertFormat'=>true, 'pluginOptions'=>[ 'timePicker'=>false, 'format'=>'d-m-Y', 'opens'=>'left' ] ]);
This is controlled by the plugin's inherent behavior. Update to the latest release where the plugin has enhancements where you will not face this.
Thank you. I have done this and all is good.
The datepicker will not display a left arrow to select an end date earlier than the current date.
Deployed like this: