FAQ/How-to-use-datediff.md
... ...
@@ -1,5 +1,3 @@
1
-[[_TOC_]]
2
-
3 1
4 2
##About
5 3
... ...
@@ -43,14 +41,14 @@ See startdate.
43 41
44 42
![](/FAQ/How-to-use-datediff/datediff_1.png "datediff in week")
45 43
46
-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'
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'
47 45
48 46
49 47
50 48
51 49
![](/FAQ/How-to-use-datediff/datediff_2.png "datediff in month")
52 50
53
-1st argument of datediff() has changed to month. Thus the above expression does shippeddate - orderdate in month.
51
+###1st argument of datediff() has changed to month. Thus the above expression does shippeddate - orderdate in month.
54 52
55 53
56 54