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.
+4
A:
You can find an LGPL licensed Javascript implementation for converting dates back and forth here:
Mehrdad Afshari
2010-06-13 22:40:57
Thanks you! (+1) Any chance you know of a GUI widget that I might drop into my code?
Upper Stage
2010-06-14 00:09:32
@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
2010-06-14 08:06:18