Issue with isBusinessDay OOTB function
Hi Team,
When using isBusinessDay OOTB function if we pass any Monday date and check whether it is a business day or not its returning false everytime. We are using our custimzed calendar and we have specified working hours from 8 am to 5 pm. We have specified only sunday and saturday as weekly holidays. We are passing date in the form yyyymmdd. My suspicion is that since we are not passing time it is taking the time as default (00000 hhmmss). But if my suspicion is true why is it happening only for monday. For all dates we are passing it in the form(yymmdd) but this particular issue happens only if we pass a monday date.
Edit(1/Dec/2016): The issue is resolved when we pass a dateTime value instead of date value.
***Updated by moderator: Lochan to add Categories***