How do I query all records where the field "created_at" is today?
If I only compare whether it is monday it would work this week but the query would return wrong results next week and so on..
Do I really need to compare the day the month and the year to get all records from today or is there an easier way to do this?
Thanks ๐