I have a problem to find if the current date is the first day of the month, if so I have do some logic. First day of the month should exclude weekends and holidays. Holidays are pulled in a list from the database for the current year
Function should accept today’s date as input and give boolean if the current day is first day of the month excluding weekends and holiday.
1