How can I convert the nullable DateTime dt2 to a formatted string?
DateTime dt = DateTime.Now; Console.WriteLine(dt.ToString(\"yyyy-MM-dd hh
What about something as easy as this:
String.Format("{0:dd/MM/yyyy}", d2)