whats the syntax of changing the format of date to dd-mm-yy in html?
Answers
Answered by
0
Explanation:
To set and get the input type date in dd-mm-yyyy format we will use <input> type attribute. The <input> type attribute is used to define a date picker or control field. In this attribute, you can set the range from which day-month-year to which day-month-year date can be selected from.
Similar questions