I'm looking for a way to partially match a date when querying objects.
I store my dates in the Y-m-d H:i:s
format and now, for example, I want to find all blog posts that were created on May 2015 (by using a field named "created_at" for example). How can I do that?
Although this seems to be like something popular to do, I could not find anything with Google.