如何在javascript中从日期获取月份?
如何在javascript中从日期获取月份?
这个问题已经有了答案:
我正在尝试从我的日期变量中获取月份。
date=Date.now(); console.log(date); >>2019-12-04T08:55:48.972Z
当我使用getMonth()时,我遇到了错误,我想从这个日期中获取月份。
console.log(date.getMonth()); error:- getMonth is not a function
admin 更改状态以发布 2023年5月22日