FAQ/How-to-calculate-difference-between-dates.md
... ...
@@ -16,4 +16,9 @@ AdHocSettings.DateArithmeticDecimalPlaces = 3;
16 16
Please see the following simple example of date arithmetic use:
17 17
18 18
![](http://wiki.izenda.us/FAQ/FAQ/date_difference_example.png)
19
-![](http://wiki.izenda.us/FAQ/FAQ/date_difference_results.png)
... ...
\ No newline at end of file
0
+
1
+Here we establish our report fields. Note how the (-) operator is selected on the last "OrderDate" field and the field preceeding it will be named "Shipping Time(Days)".
2
+
3
+![](http://wiki.izenda.us/FAQ/FAQ/date_difference_results.png)
4
+
5
+We can see that our data has appeared as we wanted it in our preview.
... ...
\ No newline at end of file