[Mono-bugs] [Bug 71510][Wis] Changed - Hebrew calendar issues

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Thu, 20 Jan 2005 03:50:34 -0500 (EST)


Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.

Changed by juancri@tagnet.org.

http://bugzilla.ximian.com/show_bug.cgi?id=71510

--- shadow/71510	2005-01-20 03:49:25.000000000 -0500
+++ shadow/71510.tmp.11627	2005-01-20 03:50:34.000000000 -0500
@@ -35,6 +35,11 @@
 
                 if (year <= baseExtra)
                         return baseCentury + year;
                 else
                         return baseCentury + year - 100;
         }
+
+------- Additional Comments From juancri@tagnet.org  2005-01-20 03:50 -------
+Created an attachment (id=13820)
+ToFourDigitYear implementation
+