[Mono-bugs] [Bug 72788][Maj] Changed - Problem with french DateTime.Parse

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Mon, 14 Mar 2005 11:58:20 -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 informatique.internet@fiducial.fr.

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

--- shadow/72788	2005-03-07 12:23:23.000000000 -0500
+++ shadow/72788.tmp.27617	2005-03-14 11:58:20.000000000 -0500
@@ -44,6 +44,9 @@
 I should obtain (i obtain this in MS.NET)
 1 février 2003
 
 but if I do a DateTime.Parse("01/02/2003")... It works well.
 why mono can't parse correctly a "dd/mm/yy" date???
 
+
+------- Additional Comments From informatique.internet@fiducial.fr  2005-03-14 11:58 -------
+Does someone know where DateTime format are stored?