我有以下代码行:
我正在从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"));
});