Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Generate dates from last day of month with period month #9

Open
lenivo opened this issue Jan 27, 2014 · 0 comments
Open

Generate dates from last day of month with period month #9

lenivo opened this issue Jan 27, 2014 · 0 comments

Comments

@lenivo
Copy link

lenivo commented Jan 27, 2014

tempus.generate({
dateFrom: '31.01.2014',
dateTo: '31.03.2014',
period: 'month',
format: '%d.%m.%Y'
});
will return 31.01.2014, 03.03.2014
expected: 31.01.2014, 28.02.2014, 31.03.2014

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant