Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I would like to know how to calculate in a load script the number of days between a date lets say IssueDate and the current Date with the NewworkDays functions. Can anyone give me the syntax for doing this please.Thank you!!
Hi,
NetWorkDays(IssueDate, Today())
You can also add a list of holidays if you want to exclude them.
Did you check out the help file? It has examples.
Regards,
Stephen
Hi,
NetWorkDays(IssueDate, Today())
You can also add a list of holidays if you want to exclude them.
Did you check out the help file? It has examples.
Regards,
Stephen
Hi,
Syntax for network days.
NetworkDays(startdate,enddate,[holidays])
It calculates number of working days between startdate(should be less than the end date) and enddate,holiday dates is optional u can include it if needed.
Celambarasan