FAQ/How-to-use-datediff.md
... ...
@@ -44,7 +44,7 @@ See startdate.
44 44
![](/FAQ/How-to-use-datediff/datediff_1.png "datediff in week")
45 45
Expression applied to the third column. The above expression does calculation shippeddate - orderdate in week. Expression type doesn't necessarily have to be 'string' as above'
46 46
47
- ![](/FAQ/How-to-use-datediff/datediff_2.png "datediff in week")
47
+ ![](/FAQ/How-to-use-datediff/datediff_2.png "datediff in month")
48 48
1st argument of datediff() has changed to month. Thus the above expression does shippeddate - orderdate in month.
49 49
50 50