cronrange icon indicating copy to clipboard operation
cronrange copied to clipboard

time range expression in cron style

Results 2 cronrange issues
Sort by recently updated
recently updated
newest added

Hi, I have made some change to support some new features. The new methods `ParseStringWithCronParser` and `Create` allow users to pass their own `cron.Parser`, which someone may need an optional...

I've added a defautl duration as required for my usecase. It changes the signature to the Parse function but by using vargs it shouldn't impact any existing usage. I have...