字符串在C#中不被识别为有效的日期时间

时间:2017-11-29 06:25:41

标签: c# import-from-excel

我有以下代码行:

我正在从excel(列sent_date)读取ex_date,格式为MM / DD / YYYY。 sent_date属于date类型,在数据库中以yYYY / MM / DD格式保存。我尝试添加Datetime.ParseExact。但它给出“字符串不被认可为有效的日期时间”。

  $.when( $(".Barcode_image_" + $(sel).val()) ).done(function() {
    var img = $(".Barcode_image_" + $(sel).val());
    alert(img.prop("naturalWidth"));
  });

0 个答案:

没有答案