Hi Everyone,
I have some logic in my app where I calculate how many emails a user has sent in the current month in order to work out their billing.
At the moment, I am just using the current date -30 days but I would really like to be calculating it from the first day of the current month.
Does anyone know how to achieve this? I want to run a search for all items created between the first day of the current month and today.
Thanks! James.

