Hello John, > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf > Of John BouAntoun > > I've found you can't go wrong with using abbreviated month > name in either this format: > > dd MMM yyyy > > Or the other way around > > MMM dd yyyy > > Perhaps we should be doing this when we pass dates into sql server? >
I think this only works because your month names are english too. In other locales the month names are different. For us the best way is to use ISO dates: "yyyy-MM-dd HH:mm:ss". This can be parsed in all locales (at least I think so). Joerg. _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
