Tuesday, 13 August 2013

Set minimum value to the time tag

Set minimum value to the time tag

<input type="time" min = "16:00:00" id = "time" name="time"/>
So guys above line doesn't work and I don't know why. I have to specify
minimum value for the time from php script, but simply when I wanted to
test this input tag I recognised that it doesn't work with simple manual
data. Plz make an advice

No comments:

Post a Comment