Sorry, wrong way round!
Can't you split the date + time and compare it that way? The where clause would get more complex, but will work. Could you just add the date and time together? I'm not sure what datatypes you're dealing with though. Typical dates are integers and times are fractions. Even if they are strings, concatenation might work (if the format is yymmdd etc.).
Michael