1066 0 0 0
Last Updated : 2025-04-29 00:10:00
how to Set value of input type=datetime-local on laravel
{{ date('Y-m-d\TH:i', strtotime( $variable )) }}" //change variable to anything you want
or
{{old('time')?? date('Y-m-d\TH:i', strtotime($learning->time)) }}