79310016

Date: 2024-12-26 17:11:43
Score: 0.5
Natty:
Report link

use the Carbon date function. Note that the imported file format should be a CSV file.

 Carbon::createFromFormat('d/m/Y', $row['date_column']);
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: pankaj