标签:style ar for sp art ef string date mat
private string[] dateFormat = { "dd/MM/yyyy", "d/M/yyyy", "dd/MM/yyyy HH:mm:ss", "dd/MM/yyyy HH:m:s" };
DateTime.ParseExact(sStartDate,dateFormat,DateTimeFormatInfo.InvariantInfo,DateTimeStyles.AllowWhiteSpaces);
标签:style ar for sp art ef string date mat
原文地址:http://www.cnblogs.com/kkwoo/p/4013424.html