0

Appreciate any help. Have searched many pages on this forum about Javascript datepicker dates. They all include two textbox calendars and not a compound bootstrap one.

I have a compound calendar (one input and a popup comes up displaying two boxes for from and to date and an apply button). When I search, it works, as long as the date I am searching for doesn't end on the date I am searching, for example, searching for 06/12/2015-06/18/2015 will not include results from the 18th June (06/18/2015). This is also the case if I enter the same date for start and end dates.

SUMMARY: need a way to set "start" and "end" so that I can add a day to the "end" day:

$('#picup-range').on('apply.daterangepicker', function(start, end) {
            submitFilter();

            });


function submitFilter() {

        $('#filter').submit();
    }

1 Answer 1

0

Ended up having to change Java database query that provided the data.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.