I want to query the back-end appery db for records that are equal to and in-between two dates. I will have a start date and an end date set. I tried this and versions similar in js of the "where" statement. No luck!
codereturn '{"date":"'>=dateStart && <=dateEnd'"}';/code