Do you know of a JavaScript widget for Solar Hijri (Jalali) dates? Users will likely enter dates as Solar Hijri and I need to convert.
Asked
Active
Viewed 97 times
2
-
Please see here to convert any Islamic calendar to Gregorian Date without using libraries or complex formulas: https://stackoverflow.com/questions/71222556/how-to-convert-any-of-the-5-islamic-hijri-calendars-dates-to-any-of-18-world – Mohsen Alyafei Mar 16 '22 at 14:12
1 Answers
4
You can find an LGPL licensed Javascript implementation for converting dates back and forth here:

Mehrdad Afshari
- 414,610
- 91
- 852
- 789
-
Thanks you! (+1) Any chance you know of a GUI widget that I might drop into my code? – Upperstage Jun 14 '10 at 00:09
-
@Upper: Not really, but you can quite easily modify an existing GUI widget based on Gregorian calendar to one that uses Persian calendar. – Mehrdad Afshari Jun 14 '10 at 08:06