You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A workaround for this is to use the iDaysInMonth property from the hMoment library directly hMoment.iDaysInMonth(date.iYear(), date.iMonth())
Where date is your moment object, or just pass in the iyear and imonth directly as parameters.
This method doesn't suffer from the same issues as the others because it only relies on the ummalqura Data
When the date is set to 1/1/1441 endOf('iMonth) will return 1. Which is wrong!
The text was updated successfully, but these errors were encountered: