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);
时间: 2024-10-19 13:22:08
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);