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 [EMAIL PROTECTED] http://bugzilla.ximian.com/show_bug.cgi?id=75353 --- shadow/75353 2005-06-27 00:42:59.000000000 -0400 +++ shadow/75353.tmp.18199 2005-06-27 05:39:05.000000000 -0400 @@ -85,6 +85,14 @@ literal used, e.g. dv.RowFilter = "TALK_DATE < #" & dNextMtgDate.ToShortDateString & "#" ------- Additional Comments From [EMAIL PROTECTED] 2005-06-27 00:42 ------- Seems like we have different date/time pattern definitions for en-GB than .NET. + +------- Additional Comments From [EMAIL PROTECTED] 2005-06-27 05:39 ------- +Are the pattern definitions for parsing separate from those for +formatting then? Because having parsed in 'neutral' format (yyyy-mm- +dd), ToShortDateString formats the date fine in en-GB. It's just +when Parse is used on the results (dd-mm-yyyy) in en-GB there's a +problem ... if that helps clarify at all ... + _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
