[**date-fns-hijri v1.0.1**](../README.md) *** [date-fns-hijri](../README.md) / isSameHijriMonth # Function: isSameHijriMonth() > **isSameHijriMonth**(`dateA`, `dateB`, `options?`): `boolean` Defined in: [src/index.ts:346](https://github.com/acamarata/date-fns-hijri/blob/a86df7dc09266326214c15cbd459de48d21cea29/src/index.ts#L346) Check whether two Gregorian dates fall in the same Hijri month. Returns `false` if either date is outside the supported range. ## Parameters ### dateA `Date` ### dateB `Date` ### options? [`ConversionOptions`](../interfaces/ConversionOptions.md) ## Returns `boolean`