Tagged: Converting Gregorian Date to Hijri Date

Converting Gregorian Date to Hijri Date in SQL Server

Hello to everyone, In this article, I will give information about converting Gregorian date to Hijri date in SQL Server. In SQL Server, in some cases, you may want to convert the Gregorian date to the Hijri date. You can easily do this using the code below. DECLARE @DateTime AS...

Don`t copy text!