In documentation is it sad that .between() accepts data objects but I don’t know what format is used in the database for date objects. I tried a few variations but couldn’t make it work. Does anyone know what fate format should I choose?
Thank you
#wixdata #between #query
Hi,
You must use javascript Date object as variables, check out the API here .
Solved already. used “2018-01-01 09:00” format in my csv files