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

Invalid translation: the first and the third weekday of the month #282

Closed fracz closed 1 year ago

fracz commented 1 year ago

Cron Expression 0 14 * * THU#1,THU#3

Expected Output "At 02:00 PM, on the first Thursday and the third Thursday of the month"

or

"At 02:00 PM, on the first and the third Thursday of the month"

Actual Output "At 02:00 PM, on the null Thursday and Thursday of the month"

Prerequisites

bradymholt commented 1 year ago

Duplicate of https://github.com/bradymholt/cRonstrue/issues/199