6f7f38402211234e433e75c36cb32df759fddefd
FAQ/Questions/How-to-calculate-difference-between-dates.md
| ... | ... | @@ -7,7 +7,7 @@ |
| 7 | 7 | The difference between two dates can be calculated using the simple Arithmetic feature in the Report Designer. |
| 8 | 8 | Select the two dates you want to use. In our sample below we use ShippedDate and OrderDate. Then select the "minus" sign ([-]) in the arithmetic column (labeled "A") for the second date. The result of this expression will be the difference between the two dates in days. |
| 9 | 9 | |
| 10 | -*Note: By default the result is an integer, number of days, but you can also set specified decimal places. Use DateArithmeticDecimalPlaces to do this.* |
|
| 10 | +*Note: By default the result is an integer, number of days, but you can also set specified decimal places. Use [[DateArithmeticDecimalPlaces|/API/CodeSamples/DateArithmeticDecimalPlaces]] to do this.* |
|
| 11 | 11 | |
| 12 | 12 | ```c# |
| 13 | 13 | AdHocSettings.DateArithmeticDecimalPlaces = 3; |