我在我的代码中使用日期选择器,但是当我从控件中选择日期时,它会在一天之前填充。
下面是我在html文件中编写的代码。
<input id="id" type="date" class="form-control" name="approvalDate" ng-model="formModel.approvalDate" required="required">
因此,日期在日期框中显示为当前日期,但在JSON中,日期为-1天。
示例 - 如果我选择05/06/2017,那么它将于06/06/2017进入json。