I am using Datatable date range filter with moment.js and jQuery. What I need to do is when I open the page I want only the rows that has today's date to show, and if I input 2 dates it will only show the dates chosen WITHOUT today's date... Now the first part of the question is done. The issue is in the second part. When filtering between two dates, it shows the date chosen + today's date which is not what I want. Here is the code: http://live.datatables.net/daliqife/1/edit What code should I add or what should I edit to show only dates chosen without today's date?