I need to fill in a field:
<input id="date" type="datetime-local" class="form-control" value="{{$task->date}}" name="date">
The return comes in timestamp format,
2016-09-20 10:00:00 ), there is some helper in> laravel to convert the format?