I want to be able to quickly reference how various DateTime formats will appear, rather than embark upon a laborious process of edit, compile, gawk, and recurse until satisf
I did this once and... What I did was create a Windows Application, put a Label and a TextBox on it and attached onto the TextBox Change event a
Label1.Text = DateTime.Now.ToString(TextBox1.Text)
Pretty simple and helps you try out things instantly.