Dates from calendar is not working as expected

I'm using 2 dates input fields in my filter from and I've implemented filter using slice and filter condition in slice is working fine for recent dates but when selected dates before  1960  then showing unexpected behavior in which it fetching data which doesn't exit in that date range

0 1 47
1 REPLY 1

Hmmm. Where are the dates stored?  What format? If it was prior to 1970's, that might suggest that you are storing in unix time and negative values are not being interpreted correctly.  

Top Labels in this Space