Is there a simple/built in way of figuring out the current financial quarter?
ex:
This is now supported in moment:
moment('2014-12-01').utc().quarter() //outputs 4 moment().quarter(); //outputs current quarter ie. 2
Documentation
1.4m articles
1.4m replys
5 comments
57.0k users