I'm trying to have a form field with mm/yyyy as an input. Can you help me in suggesting a way to have this date format ?
Is there a way to display the form field as mm/yyyy in html form?
746 views Asked by Akshaya Dupati At
5
I'm trying to have a form field with mm/yyyy as an input. Can you help me in suggesting a way to have this date format ?
In your html code use the input element and give it the "month" type (YYYY-MM)
To get the date and year, you can use javascript