You can fake it. Just write an update/insert trigger that takes the datetime, strips the date, and appends an arbitrary, constant date, e.g. 1/1/2000. Then all times will be stored as times on this date. Filters and sorts work properly because the date is the same. Just hide the date when displaying the time in your app.
Hope this helps!