Date Selector

@php $checked =''; $activecheckclass = ''; $mandatoryValue = 0; if(isset($formValue) && gettype($formValue)=='object' && $formValue->is_mandatory==='1'){ $checked = 'checked'; $mandatoryValue = 1; $activecheckclass = 'active-check'; } if(isset($formValue->extra_records) && !empty($formValue->extra_records)){ $extraRecords = json_decode($formValue->extra_records); $noticePeriod = $extraRecords->noticePeriod ?? ""; $minLen = $extraRecords->minLen ?? ""; $maxLen = $extraRecords->maxLen ?? ""; $maxBlocks = $extraRecords->maxBlocks ?? ""; } @endphp
Make Mandatory
Days
Days
Days
Days
Date Selector Settings
Minimum Notice Period will ensure the member only selects a start date after the chosen number of days.
Minimum Length and Maximum Length will ensure the member selects a date range within the chosen number of days.
Set as Blocks will ensure the member selects only blocks of the chosen number of days, for example blocks are set to 7 days which means the member can only select 7 days, 14 days, etc.