How do I use the "created_at" field to retrieve all records created on particular date. I specifically want to use the "where" method because I am querying other fields too.
The format of the date input provided by the user is 'YYYY-MM-DD'
How do I use the "created_at" field to retrieve all records created on particular date. I specifically want to use the "where" method because I am querying other fields too.
The format of the date input provided by the user is 'YYYY-MM-DD'