javascript - datepicker add a day to the end date -
appreciate help. have searched many pages on forum javascript datepicker dates. include 2 textbox calendars , not compound bootstrap one.
i have compound calendar (one input , popup comes displaying 2 boxes , date , apply button). when search, works, long date searching doesn't end on date searching, example, searching 06/12/2015-06/18/2015 not include results 18th june (06/18/2015). case if enter same date start , end dates.
summary: need way set "start" , "end" can add day "end" day:
$('#picup-range').on('apply.daterangepicker', function(start, end) { submitfilter(); }); function submitfilter() { $('#filter').submit(); }
ended having change java database query provided data.
Comments
Post a Comment