Hi
User wants to look for a value in the files that are generated/modified in the last n days.
To be precsie i asked the user to provide me with the date so that i can look for the files that are geenrated after that date and copy them to a particular folder and then search for the value he wanted.
i know how to access the last modified date of a file
I want to know how do i compare the date user gives (MM/DD/YYYY) with the file last modified date ?
User wants to look for a value in the files that are generated/modified in the last n days.
To be precsie i asked the user to provide me with the date so that i can look for the files that are geenrated after that date and copy them to a particular folder and then search for the value he wanted.
i know how to access the last modified date of a file
I want to know how do i compare the date user gives (MM/DD/YYYY) with the file last modified date ?
Last edited: