[Mono-bugs] [Bug 56436][Nor] Changed - DateFormat.ParseExact() can't handle quoted chars
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Tue, 6 Apr 2004 08:44:39 -0400 (EDT)
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 mail@martin-probst.com.
http://bugzilla.ximian.com/show_bug.cgi?id=56436
--- shadow/56436 2004-04-06 08:13:39.000000000 -0400
+++ shadow/56436.tmp.12627 2004-04-06 08:44:39.000000000 -0400
@@ -50,6 +50,12 @@
Always
------- Additional Comments From mail@martin-probst.com 2004-04-06 08:13 -------
The problem seems to be the quotes in the string. If you run the same
app without the quotes (e.g., remove all \"/\" from the format string)
it works.
+
+------- Additional Comments From mail@martin-probst.com 2004-04-06 08:44 -------
+Actually the author of the DateTime class seems to have only
+forget/overread that you can use both single _and_ double quotes in
+the format strings. As this is a rather trivial issue I have a simple
+patch included.