0
I’m trying to carry a field data
from the database, I tried to set the value in atributo value
but I have not succeeded in what is the best practice for this ?
<input value="<?php echo @$linha[DAT_EHORA_EVENT];?>" id="DAT_EHORA_EVENT" name="DAT_EHORA_EVENT" type="datetime-local" placeholder="" class="input-large">
http://www.w3schools.com/jsref/prop_datetime-local_defaultvalue.asp
– Hiago Souza
here are all attributes for this type of input http://www.w3schools.com/jsref/dom_obj_datetime-local.asp
– Hiago Souza
Can’t find anything that clears my doubt.
– Renan Rodrigues
Does it come blank? or does not come formatted date?
– rray
It comes in white. @rray
– Renan Rodrigues