Browse by Tags
Community Home » All Tags » DateDiff( RSS)
-
One request that we get a lot is a way to calculate the difference between two dates, but only using business or working days (so not including the weekend). As with many of these types of solutions, we will need to create a new calculated column to hold these values. If we just wanted to calculate the...
-
One request that we get a lot is a way to calculate the difference between two dates, but only using business or working days (so not including the weekend). As with many of these types of solutions, we will need to create a new calculated column to hold these values. If we just wanted to calculate the...
-
The DateDiff function does not compare the month. It currently only compares in day, hour, minute, second or millisecond. To compare months one could instead e.g. use the Month function to extract the months from the dates (and if needed, the Year function to extract the year), and then subtract the...
Page 1 of 1 (3 items)
|
|
|