нашел только что
Date: 03/16/07
(Code WTF) Keywords: no keywords
Вот такие подряд стоящие строчки только что выкопал у нас в проэкте.
txtDate.Text = DateTime.Now.ToString();
try
{
DateTime.Parse(txtDate.Text, System.Globalization.DateTimeFormatInfo.CurrentInfo);
}
catch (Exception)
{
MessageBox.Show("Date is not in correct format", ......................
Source: http://community.livejournal.com/code_wtf/72925.html