Looking for a way to subtract days from a Date field. I tried the following query:
{"lastSeen": { "$gte": {"$date": { $subtract: [ "$date", 1616000000 ] }}}}
Unfortunately, it didn't work and I encountered an error on Gamesparks:
Error parsing JSON. Please ensure that your JSON is valid, including double-quotes on object keys.
Any suggestions would be greatly appreciated. Thank you.