Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team
I have used filetime() to get file modification date.but i want previous month of File Modification date how can I get that.
Example if my file modification date is March 2023 my dashboard should show feb 2023.
I have tried filetime()-1 as prevmodifidate(it's not working)
Hi,
you can you use this expression in your script:
AddMonths(filetime(),-1) as filetime
Hope this helps,
help user find answers ! don't forget to mark a solution that work for you and click the like button!
Hi,
you can you use this expression in your script:
AddMonths(filetime(),-1) as filetime
Hope this helps,
help user find answers ! don't forget to mark a solution that work for you and click the like button!