Hello friends, how are you?
In my database I have the date time like this: 2018-06-22 12:00:00
in the final html looks like this:
<input type="datetime-local" class="form-control" id="data_contratado" name="data_contratado" value="2018-06-22 12:00:00">
But in the end I can not display the value in the field.
Doing me a favor could you help me?