Question
How does a script determine if the last modified date of a file is today?
For example, I want to determine the last modified date of my.json.
If it is not today, I perform operation A, if it is, I skip operation A. Execute
Thank you very much.
