gpt4 book ai didi

javascript - 使用 moment.js 获取当月天数

转载 作者:IT王子 更新时间:2023-10-29 02:55:37 27 4
gpt4 key购买 nike

如何使用 moment.js 获取当月的天数?最好没有临时变量。

最佳答案

Moment 有一个 daysInMonth function :

Days in Month 1.5.0+

moment().daysInMonth();

Get the number of days in the current month.

moment("2012-02", "YYYY-MM").daysInMonth() // 29
moment("2012-01", "YYYY-MM").daysInMonth() // 31

关于javascript - 使用 moment.js 获取当月天数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/35553652/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com