Справочный центр

Let’s define:

The terms (Solar Hijri) and Tarikh Miladi (Gregorian) refer to two of the most widely used calendar systems in the world today. While the Gregorian calendar is the international standard for civil use, the Solar Hijri calendar remains the official calendar in Iran and Afghanistan.

For tech-savvy readers, here is a Python function using the jdatetime library (precise conversion):

Mastering the conversion between Tarikh Shamsi and Tarikh Miladi is more than an academic exercise; it is a valuable skill that bridges cultural, historical, and practical divides. Whether you are filling out official documents, planning events, programming an application, or simply understanding the rich tapestry of Persian heritage, the ability to move between these two systems is indispensable.

: تاریخ ۱ فروردین ۱۴۰۳ را به میلادی تبدیل کنید.

Miladi Year = Tarikh Shamsi Year + 621 Miladi Month = Tarikh Shamsi Month - 3 (or add 9 if the Tarikh Shamsi month is less than 7)

The Gregorian calendar inserts a leap day every 4 years (with exceptions for century years). The Solar Hijri calendar uses a highly complex 33-year leap cycle based on astronomical observations, making it mathematically more accurate to the solar year than the Gregorian system. 4. Quick Rule of Thumb for Year Conversion

: You can use a LET function to parse the date string and calculate the difference. For example: =LET(y,VALUE(LEFT(A1,4)),m,VALUE(MID(A1,6,2)),d,VALUE(RIGHT(A1,2))...) 3. Programming & Developer Tools (Best for automation)

It consists of 12 months ranging from 28 to 31 days, totaling 365 days in a standard year and 366 days in a leap year. New Year: The year always begins on January 1st. 3. Why Converting Tarikh Shamsi to Miladi is Complex