label6.Text = "Start Date: " + user.StartDate.ToString("mm/dd/yyyy");
<StartDate>2013-01-20T00:00:00</StartDate>
public DateTime StartDate { get; set; }
user.StartDate.ToString("MM/dd/yyyy");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)