List files created between specific date and time

Hi I need to write a script to list files in a directory created within specific date and time for eg list files created between Apr 25 2007 11:00 to Apr 26 2007 18:00. and then i have to count them

Any suggestions pls ?

files between any two given dates

if i add this in a shell script it gives error stating the following:

date: bad conversion
date: bad conversion
find: cannot access tmpoldfile

can you suggest on how to go about putting it inside a script alltogether

Post your script so we can figure out what's wrong.