hi friends..I m trying to convert my date in mm/dd/yyyy formate..i writtenn following code but code is not working...i dont know what is the problem.please help me.Thanks.> string fromdate = Gridtimesheetdetails.Rows[e.RowIndex].Cells[2].Text.ToString(); DateTime dt1 = DateTime.ParseExact(fromdate, "MM/dd/yyyy", null); 解决方案 这篇关于如何将日期转换为MM/dd/yyyy?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云! 08-29 01:53