gpt4 book ai didi

javascript - 在Moment.js中,如何获取当前的财务季度?

转载 作者:行者123 更新时间:2023-12-02 20:17:59 25 4
gpt4 key购买 nike

是否有一种简单/内置的方法来计算当前的财务季度?

例如:

  • 一月至三月:1 日
  • 4 月至 7 月:2 日
  • 7 月至 9 月:3 日
  • 10 月至 12 月:4 日

最佳答案

现在支持这一点:

moment('2014-12-01').utc().quarter() //outputs 4
moment().quarter(); //outputs current quarter ie. 2

Documentation

关于javascript - 在Moment.js中,如何获取当前的财务季度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14046679/

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