I am using momentJS for date calculations.
Here I want to change start of year for weeks calculation.
For me start of year will be 1-nov and end will be 31-oct.
or any other JS date lib that allows me to do the same.
|
I am using momentJS for date calculations. Here I want to change start of year for weeks calculation. For me start of year will be 1-nov and end will be 31-oct. or any other JS date lib that allows me to do the same. |
|||
|
|
|
Try this out:- http://jsfiddle.net/EvLmF/
So create new moment objects with your start date and end date and perform operations as required. |
|||
|
|