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
I'm using the new USAPublicHoliday().GetHolidaysInDateRange(startDate, endDate); function to get the holidays based on our time frame, which isn't 1/1/xxxx - 12/31/xxxx, its more like 2/1 - 1/31.
It requires multiple calls to get the holiday names using new USAPublicHoliday().PublicHolidayNames(year); because it has to run for two years and then do some filtering based on dates.
It would be nice if the name of the holiday was just included on the object returned from the GetHolidaysInDateRange() call.
Great library and project!
The text was updated successfully, but these errors were encountered:
I'm using the
new USAPublicHoliday().GetHolidaysInDateRange(startDate, endDate);
function to get the holidays based on our time frame, which isn't 1/1/xxxx - 12/31/xxxx, its more like 2/1 - 1/31.It requires multiple calls to get the holiday names using
new USAPublicHoliday().PublicHolidayNames(year);
because it has to run for two years and then do some filtering based on dates.It would be nice if the name of the holiday was just included on the object returned from the
GetHolidaysInDateRange()
call.Great library and project!
The text was updated successfully, but these errors were encountered: