FAQ/How-to-use-datediff.md
... ...
@@ -1,4 +1,3 @@
1
-
2 1
##About
3 2
4 3
datediff() is one of the functions in expression. This page shows how to use datediff()
... ...
@@ -39,16 +38,18 @@ See startdate.
39 38
40 39
##Example
41 40
42
- ![](/FAQ/How-to-use-datediff/datediff_1.png "datediff in week")
43 41
44
-###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'
42
+###Expression applied to the third column. The below expression does calculation shippeddate - orderdate in week. Expression type doesn't necessarily have to be 'string' as below.
45 43
44
+ ![](/FAQ/How-to-use-datediff/datediff_1.png "datediff in week")
46 45
47 46
48 47
48
+###1st argument of datediff() has changed to month. Thus the below expression does shippeddate - orderdate in month.
49
+
49 50
![](/FAQ/How-to-use-datediff/datediff_2.png "datediff in month")
50 51
51
-###1st argument of datediff() has changed to month. Thus the above expression does shippeddate - orderdate in month.
52
+
52 53
53 54
54 55