Ok - so I have a MySQL question after I spent an hour yesterday dealing with 'start times' for games.
I thought it would be easy to compare real times and it turns out it isn't.
In my 'games' table I have a game date field and a game time field - what's the best way to take these two fields, combine them, and create the datetimestamp from them? Is there a simple way using a sql query?