bradymholt / cRonstrue

JavaScript library that translates Cron expressions into human readable descriptions
http://bradymholt.github.io/cRonstrue/
MIT License
1.28k stars 168 forks source link

Days are not ordered correctly #304

Closed yoav-melamed closed 10 months ago

yoav-melamed commented 10 months ago

Cron Expression 0 45 12 22,17,6,30,26 * *

Expected Output "At 12:45 PM, on day 6, 17, 22, 26, and 30 of the month"

Actual Output "At 12:45 PM, on day 22, 17, 6, 30, and 26 of the month"

Prerequisites

bradymholt commented 10 months ago

I'd welcome a PR to order these sequentially.