How to show the ordered products within the selected date

It helps to show the ordered products to show correctly in selected date without any inconvenience and list all the products which are selected in that date.

{{! Date of birth }}
<script>
   $('#dateofbirth').datepicker({ format: 'dd/mm/yyyy' });
</script>
<div class="view-cases-form-dateofbirth view-cases-form-input-sections" data-input="dateofbirth"   data-validation="control-group">
<span data-validation="control"><input placeholder="DD/MM/YYYY" type="text" id="dateofbirth" data-todayhighlight="true"autocomplete="off" class="input-area-field" name="dateofbirth" value="{{dobFilter}}"
         data-end-date="today" {{#if disabled}} disabled {{/if}} />
</span></div>

Leave a comment

Your email address will not be published. Required fields are marked *