伙计我无法将日期时间转换为"dd-MMM-yyyy"格式.我的代码如下:
TreeNode tn = new TreeNode(dr["pBillDate"].ToString()); // Here i am getting both date and time.
我需要将其转换为"2013年3月20日".
请帮我.谢谢.
c#-3.0
c#-3.0 ×1