Javascript – App script expression to calculate the number of days between two dates
I am trying to find the number of days between the current date and file creation date. The idea is to delete the files that are not more than 4 days from current date. I used the below app script…