SELECT date_format(datecol, '%H:%i:%s') as 'time' FROM table; -- eg. 10:33:10
WHERE DATE(datetime) = '2009-10-20'