How to show the ordered products within the selected date

How to show the ordered products within the selected 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 *