ErrorException
A non well formed numeric value encountered
An unhandled exception occurred on line 22
19 |
|
---|---|
20 |
|
21 |
|
22 |
|
23 |
|
24 |
|
Solution
Try `$parameters->hour=date("H:i:s",strtotime($request->hour));` or if you want `$parameters->hour=strtotime(date("H:i:s",strtotime($request->hour)));`View solution externally on StackOverflow
Mar 19, 2021
•
Anyone
Install the browser extension
Found this solution helpful? Try our extension for quick solutions to your Laravel errors.
Add to Chrome - It's free
0 replies