current time input field in laravel form

Solutions on MaxInterview for current time input field in laravel form by the best coders in the world

showing results for - "current time input field in laravel form"
Alessandra
24 Aug 2019
1<input type="text" value="{{Carbon\Carbon::now()->format('Y-m-d')."T".Carbon\Carbon::now()->format('H:i')}}" />
2