I found that it is more flexible and readable for me to use the ToString formatting for dates
objDate.ToString("MM/dd/yyyy");
than to use this:
objDate.ToShortDateString()