Click here to Skip to main content
16,012,028 members

Comments by vjdeeds (Top 3 by date)

vjdeeds 2-Feb-12 9:46am View    
This should work then,

DateTime dtm = Convert.ToDateTime(table.Rows[0]["ResolvedDate"].ToString());

lblsecdresolvedDate.Text = dtm.ToString("dd/MM/yyyy");
or
lblsecdresolvedDate.Text = dtm.ToShortDateString();
vjdeeds 31-Jan-12 5:54am View    
Please mark it as a solution if it helped you.
vjdeeds 31-Jan-12 2:34am View    
Can you make d question a bit more clear or can you add a sample of your code that can show us what actually you are trying to do.
Thankyou.