I try search by date from directory tree. But date is in file creation date is in filename and I want search between startDate and endDate.
My HTML:
<div class="row">
<div style="float:left; width:17%;">
<input type="text" style="height:37px;" id="startDate" class="form-control" placeholder="DD/MM/YY">
</div>
<div style="float:left; width:17%; margin:0 1%;">
<div class="input-group">
<input type="text" style="width:97.71px;" id="endDate" height:37px;" class="form-control" placeholder="DD/MM/YY" />
<span class="input-group-btn">
<button style="padding: 7.5px 12px; left:-1px;" class="btn btn-default" id="DateSearch" type="button"><i class="fa fa-search"></i></button>
</span>
</div>
</div>
Jquery: Didn't figure out how to do it. I found some datePickers but I dont want use them and found dataTables. I want search in my directory tree by file creation date what is in filename.