Date range filter max date

Date range filter max date

Escobedo97Escobedo97 Posts: 12Questions: 7Answers: 0

Example code im using: https://datatables.net/extensions/datetime/examples/integration/datatables.html
I was trying the filter with this specific dates
min date: February 12th 2010
max date: March 18th 2010
The results are 3 entries
But if i use this dates
min date: February 12th 2010
max date: March 17th 2010
The register with the date 2003/03/17 goes away from the query
How should the code look like if i want the max date to be: March 17th 2010 and that the datatable show me the data from Tatyana Fitzpatrick

Answers

Sign In or Register to comment.