I use datepicker c angular material. Here\'s the code:
6条回答 孤城傲影 (楼主) 2021-01-12 13:34 Try this and it resolved the issue and there is nothing to do with the datepicker const d = new Date(fieldDate); d.setMinutes(d.getMinutes() + d.getTimezoneOffset()); console.log(d); 0 讨论(0) 查看其它6个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复 热议问题
Try this and it resolved the issue and there is nothing to do with the datepicker
const d = new Date(fieldDate); d.setMinutes(d.getMinutes() + d.getTimezoneOffset()); console.log(d);