|
How to: |
The DMY, MDY, and YMD functions calculate the difference between two legacy dates in integer, alphanumeric, or packed format.
function(from_date, to_date)
where:
Is one of the following:
DMY calculates the difference between two dates in day-month-year format.
MDY calculates the difference between two dates in month-day-year format.
YMD calculates the difference between two dates in year-month-day format.
Is the beginning legacy date.
Is the end date.
| WebFOCUS | |
|
Feedback |