I created a column called date in SharePoint and using created method using REST API while debugging code. I am getting the value against the my column in developer tool but same was not showing the SharePoint list.
HTML code:
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 form-group">
<label class="col-lg-4 col-md-4 col-sm-4 col-xs-4 cls-thought">Date<span class="red">*</span></label><div class="col-lg-8 col-md-8 col-sm-8 col-xs-8"> <input class="form-control" type="date" id="bdinput"/>
</div>
</div>
Date:var date = $('#bdinput').val()