This is with reference to https://realm.io/docs/javascript/latest/api/tutorial-query-language.html
I am not looking for variable substitution syntax as mentioned in the documentation.
So i have a date field by the name createDate
, and i am trying to query on the same.
The filter query looks like createDate = ${someDate}
, where somedate
is in the format 'YYYY-MM-DD@HH:mm:ss'
, i also tried ==
instead of =
in the query, but this simply does not work;