im trying to filter the DatePickedUp field with range but my code doesnt working plesase help thanks.
- <div class="ContainerBanner">
- <h3 class="pickups">Packagesh3> <br />
- <p id="date_filter">
- <span id="date-label-from" class="date-label">From: span><input class="date_range_filter date" type="text" id="datepicker_from" />
- <span id="date-label-to" class="date-label">To: span><input class="date_range_filter date" type="text" id="datepicker_to" />
- p>
- <table id="example" class="display table table-striped" style="width:100%">
- <thead>
- <tr>
- <th>Package #th>
- <th>Tracking #th>
- <th>Agentth>
- <th>Clientth>
- <th>Contact #th>
- <th>Addressth>
- <th>Date Postedth>
- <th>Pickup Dateth>
- <th>Statusth>
- <th>Date Pickedupth>
- <th>Notesth>
- <th>th>
- tr>
- thead>
- <tbody>tbody>
- table>
- @if ((Roles.IsUserInRole("Administrator")) || (Roles.IsUserInRole("Agent")) || (Roles.IsUserInRole("Sub-Agent")))
- {
- <a href="@Url.Action("addoredit", "pickup")" class="btn btn-primary btn-sm"><i class="fas fa-calendar-check">i> Schedule a Pickupa>
- }
- div>