Global::dateIntervalDisplay Method [AX 2012]
Creates a string representation of an interval of dates, formatted for display purposes.
client server public static DateInterval dateIntervalDisplay(date _dateFrom, date _dateTo)
Run On
CalledParameters
- _dateFrom
- Type: date
The starting date of the interval.
- _dateTo
- Type: date
The ending date of the interval.
Return Value
Type: DateInterval Extended Data TypeA string that contains the formatted date interval.
Show: