differenceInCalendarQuarters
Modified on Tue, 22 Aug 2023
Description
Use this function to get the number of calendar quarters between the given dates.
Syntax
differenceInCalendarQuarters(dateLeft, dateRight)
Returns
Return Value | Description |
---|---|
Number | Returns the total number of calendar quarters. |
Sample
Example | Result | Description |
---|---|---|
differenceInCalendarQuarters (2022-1-1, 2023-4-1) | 5 | In this example, the output will be 5. |
To view all the Date functions, click here.
See Also
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article