Hello. I want to get the results of posts between dates in created_at. The problem is the created_at is a timestamp. I want to compare it with its date value only.
@sinnbeck if timestamps are stored as ints it won't work automatically -- I've seen that, argument is that was better for indexing, which doesn't seem to be true from my searches about it.