如何转换成时间格式
请问如何把字符串"20060807153030"转换成相应的时间格式!!
请问如何把字符串"20060807153030"转换成相应的时间格式!!
这种形式无法被识别 建议改成2006-08-07 15:30:30
应该有解决办法的
[CODE] string tempStr="20060807";
//设置语言国家
System.IFormatProvider format=new System.Globalization.CultureInfo("zh-CN",true);
//指定转换格式
Console.WriteLine (DateTime.ParseExact(tempStr,"yyyyMMdd",format));
string myDateTime="20060808153030";
string re=DateTime.ParseExact(myDateTime,"yyyyMMddHHmmss",null).ToString();
Console.WriteLine (re);[/CODE]
我幫他贊你一個
by the way
去國外的論壇逛逛 很有禮貌的
非常抱歉,我是在上班啊,不能老上网,只能偶尔上一下,我刚才回复的时候没有看到你的回复,可能是我们一起回复的吧,我现在才看到你的回复,,现在说声谢谢!!!