Gregorian to Persian
Enter a Gregorian date and return the matching Persian Solar Hijri year, month, day, and month name.
This direction is useful when a record, schedule, or publication starts from the international Gregorian calendar but needs a Persian Solar Hijri equivalent. The result includes both the numeric date and readable Persian month label.
Because the Persian calendar is solar, the converted year and month pattern will not match the Islamic lunar Hijri result for the same Gregorian day.
Persian to Gregorian
Enter a Persian date in YYYY-MM-DD format and convert it back into Gregorian format.
Use this direction when the source date is already written in the Persian Solar Hijri calendar. The form expects a complete numeric year, month, and day so the date can be validated before conversion.
If a source uses a Persian month name, convert that name to its month number first and then check the result label after conversion.
Arithmetic 33-year cycle
The converter uses a deterministic Persian leap-year model for stable Solar Hijri lookup.
A deterministic leap-year model makes the same input return the same output every time, which is useful for records, testing, and comparison tables. It also lets the form reject impossible Persian dates instead of rolling them forward silently.
The model is intentionally separate from the Islamic civil Hijri calculation elsewhere on the site. Similar names do not mean the calendars share month lengths or year lengths.