I am using datetime-local
input
type in HTML, but I don't want to use the time portion. I want to only get the date.
<input type="datetime-local" name="book_date" id="book_date">
This is the output I get from the input
field:
2018-04-22T03:02
I want:
2018-04-22
Or how to remove the time portion from this value?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…