Description
Calculate the elapsed description difference in time between 2 dates for a specified interval.
Inputs:
-From Date
-To Date
-Interval ('y'- Years, 'm'- Months, 'd'- Days, 'h'- Hours, 'mi'- Minutes, 's'- Seconds)
Signature
DateDiffDescription('fromdate', 'todate', 'interval')
Example
DateDiffDescription('11/08/2009', '03/20/2011', 'd') Returns 1 Year 4 Months 12 Days
Parameters
Name | Type | Description | Required |
---|---|---|---|
fromdate | xxxx | xxxx | xxxx |
todate | xxxx | xxxx | xxxx |
interval | xxxx | xxxx | xxxx |