Questions tagged as 'datetime-local'

3
answers

How to convert timestamp from the database to populate a datetime-local field?

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 conv...
asked by 19.09.2016 / 16:26
1
answer

Remove options from input field of datetime-local type

I have an input field of type datetime-local and I need it to be as clean as possible, with no cleanup or step buttons and just displaying the date and time in that format: '12 / 12/2016 12:01 ', I would like to know how I can configure this fie...
asked by 29.12.2016 / 18:09