Hi priyanka,
Use the datediff function to calculate difference in days or months or years.
Datediff('mode', start date field, end date field) here mode can be day, month or year.
DATEDIFF('day', [ORDER DATE], [SHIP DATE]) to get the difference.
Hope it helps.