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

Handle full list of day of month #19

Merged
merged 1 commit into from
Nov 11, 2016
Merged

Handle full list of day of month #19

merged 1 commit into from
Nov 11, 2016

Conversation

fdaugan
Copy link
Contributor

@fdaugan fdaugan commented Jan 16, 2016

prettyCron.toString("0 0 18 1/1 * ? *", true)

produces this :
18:00 on the 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 and 31th of every month

This PR fixes this to produce :
18:00

"prettyCron.toString("0 0 18 1/1 * ? *", true)" produces this : 
18:00 on the 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30 and 31th of every month

This PR fixes this to produce : 
18:00
@anderssonjohan anderssonjohan merged commit 18b72a0 into azza-bazoo:master Nov 11, 2016
anderssonjohan added a commit to anderssonjohan/prettycron that referenced this pull request Nov 11, 2016
anderssonjohan added a commit that referenced this pull request Nov 11, 2016
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

Successfully merging this pull request may close these issues.

2 participants