MK
Hello MAshzone experts,
I would like to build Mashup which calculates the difference between 2 dates, without counting the week-end days in the result.
Is it possible to make something like that?
Best regards,
Mijo
Hello Mijo,
it is relatively easy to calculate the difference between 2 dates, you have only to convert this into milliseconds and then you can subtracting one date by the other. Now you have only convert milliseconds to seconds, hours or whatever you want.
But I don't know a way to do this without week-end days.
Best regards,
Bernd