hi,
in my form i entered all feilds in that i have date ,i use to view in grid in my grid i have edit button if i click it shows date and time ,but i want only date .
i used like datetime dt = datetime.now;
txtreqdate.Text = dt1.ToShortDateString();
but it takes only current date pls send me solution