i want to parse through files which lies between dates given as input by the user. I am able to access all files in the path metioned by user and i am trying to find the mtime of the files for the purpose . i am also able to get all the files mtime date in dd/mm/yyyy format.i am also taking dates as input from user in dd/mm/yyyy format . what my query is that am i correct in finding the mtime of the files for the purpose . another one is that how do i get the files whose creation dates lies between the dates input by the user .