You can do the next thing:
1. Create the loop in which you will compare the date of files with user input.
2. Paste the function Functions/File I/O/Advanced File Functions/"File/Directory Info.vi" into the loop and wire the current file path refnum to this vi. This VI returns the parameter last mod. This parameter "indicates the date and time at which the file or directory was last modified in seconds since the standard reference time, 12:00 a.m., January 1, 1904, Universal Time".
3. Compare "last mod" of each file with user input and then process only those files which correspond to user input.
Good luck.
Oleg Chutko.