You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am facing a problem with twix's iterate method as the result is trimming of the time from the results.
Implementation: var itr = moment.twix(new Date('2012-01-15T16:30:00'),new Date('2012-03-20T16:30:00')).iterate("months");
I am facing a problem with twix's iterate method as the result is trimming of the time from the results.
Implementation:
var itr = moment.twix(new Date('2012-01-15T16:30:00'),new Date('2012-03-20T16:30:00')).iterate("months");
Current Result:
But Expected:
So what has to be done to iterate method so that above result can be fetched
The text was updated successfully, but these errors were encountered: