Reputation: 6387
I have a modal that opens with form data to be edited. Everything populates correctly except the date input. When I put a date in there it saves and updates fine so is it a format issue? The input field is showing mm/dd/yy when the modal opens. plunkr
<label style="margin-left:296px">Date:</label>
<input style="width:150px" ng-model="currentItem.ChangeOrderDate" type="date" />
Upvotes: 0
Views: 228