isSameMonth()
Determines if one date is in the same year and month as another date.
This function is valid in v2.20.0 to v2.23.0. This function has been downloaded 8 times.date2
.undefined
date1
. If undefined
or not specified then a partial function will be returned which will accept date2
as its only parameter.date2
is not given or is undefined
a partial function will be returned which will accept date2
as its only parameter. If date1
and date2
are specified then a boolean indicating whether or not they are in the same year and month will be returned.This function directly requires the following function which is included automatically:
isSameYear()
This function is directly required by the following function:
isSameYear()