New to KendoReactStart a free 30-day trial

Definition

Package:@progress/kendo-date-math

Syntax:

ts
durationInMonths(new Date(2016, 0, 1), new Date(2017, 0, 1)); // 12
durationInMonths(new Date(2016, 6, 1), new Date(2017, 0, 1)); // 6
durationInMonths(new Date(2016, 0, 1), new Date(2016, 0, 1)); // 0

A function that calculates duration in months between two Date objects.

Parameters:startDate

The start date value.

endDate

The end date value.

Returns:

number

  • The duration in months.
In this article
Definition
Not finding the help you need?
Contact Support