An easy-to-use and accurate Persian-Gregorian date converter written in java.
Jalali / Shamsi / Persian / Iranian calendar is the official calendar used in iran which is considered by many to be the most accurate calendar in the world.
PersianCalendar calendar = new PersianCalendar(0) //millis
PersianCalendar calendar = new PersianCalendar(1403,4,29) //date
calendar.getStartOfTheNextMonth() //easily access common dates
calendar.getYear()
calendar.toStringDateYYYYMMDD() //returns formatted date
this code is not intended to be used for dates out of its supported range
Developed by Amin Sarabi at 2024/7/14