I want to add a calendar that only shows when I click the textbox and when I select the date, it adds to the text; the format needs to be dd/mm/yyyy.
Can anyone help me?
<input id="dateRangeS1" name="dateRangeS1" type="text" value="">
Can you try this?
<input id="dateRangeS1" name="dateRangeS1" type="date" value="">