```date('now', '-(:dayCount) days', 'start of day', 'unixEpoch')``` Can some1 tell me how to make th...
m
Copy code
date('now', '-(:dayCount) days', 'start of day', 'unixEpoch')
Can some1 tell me how to make this work ?