int型时间字符串转日期

string re ="201611";
DateTime d1 = DateTime.ParseExact(re, "yyyyMMdd", null);

posted @ 2017-01-05 19:49  shall@we  阅读(485)  评论(0编辑  收藏  举报