I can get the records created in the current month, I use postgresql
SELECT *
FROM quakes
WHERE extract(month from now()) = extract(month from created_at)
Sign in to participate in this thread!
The Laravel portal for problem solving, knowledge sharing and community building.
The community