Answers for "number into date laravel"

PHP
1

how convert the date and time to integer in laravel

$timestamp = $user->created_at->timestamp
Posted by: Guest on June-15-2021
0

excel return integer from date column laravel

PhpSpreadsheet does not support value binders on imports. This is a mistake in
our documentation.

For date conversion, you are most likely dealing with an excel timestamp. You 
can try to convert using:

PhpOfficePhpSpreadsheetSharedDate::excelToDateTimeObject($row['date'])
Posted by: Guest on July-09-2021

Browse Popular Code Answers by Language