I have a form that allows users to select data for a certain time range. What module do I use to find data that is stored in text files? The files are saved according to the date of the information (yymmdd). Each file contains data for a certain time period. For example, someone may want to view data from 8:00 July 28 - 16:00 July 31. I first have to find the files within the date range and then collect the data that falls within the time range. How would I go about doing this?