I"m sure I’m missing something simple here.
I have a date field on an update form and want to populate the date field.
<input type="date" class="form-control form-control-lg" id="inp_date" name="date" dmx-bind:value="conn_moveDetail.data.query1.date.formatDate("MM/dd/yyyy")" aria-describedby="inp_date_help" placeholder="Enter Date">
I’ve tried formatting the date a bunch of different ways to get it to populate but to no avail. If I change it to a text field then it shows the date correctly.
Any ideas?
Community Page
Last updated:
Last updated: