is there a possibility to display only month and day value from input type="date" selection? Or maybe there is any other component that let me select and display only day of month? Thany you in advance for help!
Asked
Active
Viewed 109 times
0
-
Are you using any npm library? – joy08 Mar 30 '20 at 09:11
-
You cannot withput JS, you could use a input field and parse the date yourself. – Domino987 Mar 30 '20 at 09:18
-
Probably this could help you, https://stackoverflow.com/questions/7372038/is-there-any-way-to-change-input-type-date-format – Muhammad Haseeb Mar 30 '20 at 09:20
-
@sv12 I use html input element – Pol Pol Mar 30 '20 at 09:32
-
Does this document answer your question? https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/date – keikai Mar 30 '20 at 10:56
-
@keikai Unfortunately no – Pol Pol Mar 30 '20 at 11:06