...DateDiff() method is as follows:
```
DateDiff(interval, start_date, end_date)
```
Where:
* interval is the unit of time to use for the calculation. The possible values are:
* d - days
* w - weeks
* m - months
* y - years
* start_date is the starting date for the...