I'm developing a java project and in this project I need Soloar Hijri Calendar(Afghani calendar) to Gregorian Calendar Converter.The new java SE 8 version provides the lunar Hijri Calendar and doesn't have library for the Soloar Hijri Calendar. I didn't find any library on this issue, so if anyone knows any library or algorithm ,please help me.Thanks...
Asked
Active
Viewed 535 times
0
-
Possible duplicate of [A good date converter for Jalali Calendar in Java?](https://stackoverflow.com/questions/23385434/a-good-date-converter-for-jalali-calendar-in-java) – Guy Mar 26 '18 at 05:46
-
This might be helpful: https://usingsystemdotme.wordpress.com/2014/03/28/hijri-to-gregorian-date-conversion-in-java-8/ – Taslim Oseni Mar 26 '18 at 05:48
-
The above given links don't have the solar hijri calendar .It's the Jalali's Calendar which is persian calendar. I need afghani calendar which uses hijri shamsi calendar – Toufeeq Ahmed Fazli Mar 26 '18 at 11:30
-
follow this answer: https://stackoverflow.com/a/10476909/779408 – Bob Jun 30 '18 at 08:25