Hi,
i have some html like so.
as you can see i have set the default value, however the page shows MM/DD/YYYY
I should be able to set the default date to what i want, correct?
i have some html like so.
HTML Code:
<tr> <td class="goog_date_text">Select Dates (google date format is DDMMYYYY)</td> <td class="goog_date"><label for="goog_startdate">Choose Date: </label><input type="date" name="goog_startdate" value="01/01/2023"></td> <td class="goog_date"><label for="goog_enddate">Choose Date: </label><input type="date" name="goog_enddate" value="06/01/2023"></td> </tr>
I should be able to set the default date to what i want, correct?
Comment