grahamar / cron-parser

Java Parser For Cron Expressions
MIT License
203 stars 60 forks source link

Multiple ranges for months and days of week #33

Closed edgraaff closed 7 years ago

edgraaff commented 8 years ago

Hi!

This patch is for formatting multiple ranges, e.g. monday to wednesday and thursday to saturday.

AbstractDescriptionBuilder.getBetweenDescriptionFormat needed an extra parameter to omit the comma, otherwise the output would contain double separators.