Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily. X
I'm trying to query a DateTime field in a DataTable. A filter like
{ "filters": { "type": "GT", "fieldName": "endTime", "value": "2017-01-30 00:00:00" } }
does not seem to work. What is the syntax to find all rows after a certain date?
Solved! Go to Solution.
Figured it out. It looks like the query value is a timestamp in milliseconds.
Figured it out. It looks like the query value is a timestamp in milliseconds.
Hi Chris,
Yes, from the back-end side the DateTime property is stored in the form of milliseconds. Not only for query purposes.