1
Soon the W3C went on to discontinue "datatime" and use "datatime-local", but I can’t take more seconds to make a specific report. Friends can help me?
1
Soon the W3C went on to discontinue "datatime" and use "datatime-local", but I can’t take more seconds to make a specific report. Friends can help me?
2
It seems that set the setp
of input
as 1, guy step="1"
See here a list, it seems to me that you want the last example, notice that you are with the step="1"
. Keep in mind that this may have crossbrowser conditions and may be different depending on the user-agent of the client’s browser
<input type="time">
<input type="time" step="1">
<input type="date">
<input type="datetime"> <!-- deprecado sem formatação do user-agent -->
<input type="datetime-local" step="1">
Image source that was taken from the Mozilla documentation: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-step
Browser other questions tagged html5 java-ee spring-mvc
You are not signed in. Login or sign up in order to post.
<input type="datatime-local">
– Fábio Luiz Schmidt de Oliveira