1080 0 0 0
Last Updated : 2025-06-16 08:52:08
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)) }}