我有一个 Excel 文件,其中有一个日期列。该日期看起来像“17.07.2020”。
我正在使用 Laravel 和 Maatwebsite Excel 导入。当我将导入的数据保存到MySQL时,MySQL中的日期始终是“1970-01-01”。
这是我现在拥有的代码:
return new Product([
.......
'discountBeginning' => date('Y-m-d', strtotime($row['discount_beginning'])
]);
我想将 Excel 中的日期格式设置为“2020-07-17”。
汪汪一只猫
慕后森
凤凰求蛊