$cell.add( $shcell )
                        .find('.dateFrom').datepicker('option', 'maxDate', null).datepicker('setDate', from || null).end()
                        .find('.dateTo').datepicker('option', 'minDate', from || null );