GetRoshHashanah – Get the date of Rosh Hashanah (Jewish calendar)

GetRoshHashanah – Get the date of Rosh Hashanah (Jewish calendar)

' Returns the date that Rosh Hashanah begins' for the requested year.  It is important to note that' Rosh Hashanah is based on the Lunar cycle so the Holiday' actually begins at sunset of the day before the date' returned by this function.' Note: Many dates in the Jewish calendar are dependent on the date 'of Rosh Hashanah just as Good Friday, Lent, and other dates ' are dependent on Easter.  Public Function GetRoshHashanah(iYear As Integer) As Date        Dim dDate As Single, iDate As Integer, iDayOfWeek As Integer    Dim JY As Integer, JtoG As Integer, iMonth As Integer        ' Conversion factors    Const F1 As Single = 765433 / 492480    Const F2 As Single = 23269 / 25920    Const F3 As Single = 765433 / 492480        JY = (12 * ((iYear Mod 19) + 1)) Mod 19        ' Correct from Julian date to Gregorian date    JtoG = iYear  100 - iYear  400 - 2        dDate = JtoG + F1 * JY + (iYear Mod 4) / 4 - (313 * CLng(iYear) + 89081) / _        98496        ' Get the integer portion of the date    iDate = Int(dDate)    ' Get the fractional portion of the date    dDate = dDate - iDate        If iDate > 30 Then        iDate = iDate - 30        iMonth = 10    ElseIf iDate < 1 Then        iDate = iDate + 31        iMonth = 8    Else        iMonth = 9    End If        iDayOfWeek = Weekday(DateSerial(iYear, iMonth, iDate))        ' Postponement Rules    ' If day of week is Sunday, Wednesday, or Friday    If iDayOfWeek = 1 Or iDayOfWeek = 4 Or iDayOfWeek = 6 Then        iDate = iDate + 1    ' If day is Monday    ElseIf iDayOfWeek = 2 And dDate > F1 And JY > 11 Then        iDate = iDate + 1    ' If day is Tuesday we may need to add two days    ElseIf iDayOfWeek = 3 And dDate >= F2 And JY > 6 Then        iDate = iDate + 2    End If        If iDate > 30 Then        iDate = iDate - 30        iMonth = 10    ElseIf iDate < 1 Then        iDate = iDate + 31        iMonth = 8    Else        iMonth = 9    End If        GetRoshHashanah = DateSerial(iYear, iMonth, iDate)    End Function

Share the Post:
XDR solutions

The Benefits of Using XDR Solutions

Cybercriminals constantly adapt their strategies, developing newer, more powerful, and intelligent ways to attack your network. Since security professionals must innovate as well, more conventional endpoint detection solutions have evolved

AI is revolutionizing fraud detection

How AI is Revolutionizing Fraud Detection

Artificial intelligence – commonly known as AI – means a form of technology with multiple uses. As a result, it has become extremely valuable to a number of businesses across

AI innovation

Companies Leading AI Innovation in 2023

Artificial intelligence (AI) has been transforming industries and revolutionizing business operations. AI’s potential to enhance efficiency and productivity has become crucial to many businesses. As we move into 2023, several

data fivetran pricing

Fivetran Pricing Explained

One of the biggest trends of the 21st century is the massive surge in analytics. Analytics is the process of utilizing data to drive future decision-making. With so much of

kubernetes logging

Kubernetes Logging: What You Need to Know

Kubernetes from Google is one of the most popular open-source and free container management solutions made to make managing and deploying applications easier. It has a solid architecture that makes

ransomware cyber attack

Why Is Ransomware Such a Major Threat?

One of the most significant cyber threats faced by modern organizations is a ransomware attack. Ransomware attacks have grown in both sophistication and frequency over the past few years, forcing

data dictionary

Tools You Need to Make a Data Dictionary

Data dictionaries are crucial for organizations of all sizes that deal with large amounts of data. they are centralized repositories of all the data in organizations, including metadata such as