How do I apply a date range filter to a REST model?

The date on the json comes over as:

“CreatedDate”: “2018-01-31T19:14:14.000Z”

This field renders correctly on the ui and on the model also identifies it as a Datetime. As far as I can tell, everything looks fine, other than the date range filter not rendering.