06-06-2012 07:24 AM
06-06-2012 07:36 AM
Why does this sound like a homework problem?
I'm also not aware of a "solar system" calendar. How does it work on Jupiter?
06-06-2012 08:10 AM
@12321254 wrote:
beside each 4 years leap year we have another leap years for that float number for example each n year leap years change to 5 years instead of 4 years! have any of you a reliable vi for this conversion? regards
I've never heard of that one before. Can you provide a reference talking about a 5 year interval? Are you talking about that century years are not leap years unless they are divisible by 400? (e.g. 2000 = leap year, 1900 <> leap year)
06-06-2012 10:49 PM
06-06-2012 11:08 PM
i found persian calendar correction graph
every 33 years it correct itself Gregorian calendar is different
06-07-2012 08:38 AM
You are probably going to have to research the the algorithm and program it yourself. The rest of the world uses a normal calendar so all time and date conversions are based on that.
06-07-2012 10:35 AM
Your images seem to come from this wikipedia entry: http://en.wikipedia.org/wiki/Iranian_calendars
At the bottom of this entry is an external programming link to the Microsoft MSDN library. There is a .NET function that you might be able to use instead of coding the solution yourself.
http://msdn.microsoft.com/en-us/library/system.globalization.persiancalendar.aspx
There is also a link to a JavaScript example
http://farhadi.ir/projects/jalalijscalendar/