Log in

View Full Version : How do I ignore Time


Michael Morris
10-03-2004, 01:16 AM
Vbulletin includes post time in the timestamps it loads into the database. I need to do a forum ordering that IGNORES the time - it only cares about the DAY the post was made so that it can do further sorting by another criteria.

Vbulletin uses non-standard timestamps in MySQL (so far as I can see - I could very well be very wrong) so I'm stumped on how to do this.