From cb5b5c76fe9ed50004185e18e99559286cec9dbd Mon Sep 17 00:00:00 2001 From: Angel Analoosen <53369766+an63@users.noreply.github.com> Date: Tue, 26 Nov 2019 05:00:46 +0800 Subject: [PATCH] Add cronrange package in 'Date and Time' section (#2824) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 92d3d610..85a472bf 100644 --- a/README.md +++ b/README.md @@ -537,6 +537,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a *Libraries for working with dates and times.* * [carbon](https://github.com/uniplaces/carbon) - Simple Time extension with a lot of util methods, ported from PHP Carbon library. +* [cronrange](https://github.com/1set/cronrange) - Parses Cron-style time range expressions, checks if the given time is within any ranges. * [date](https://github.com/rickb777/date) - Augments Time for working with dates, date ranges, time spans, periods, and time-of-day. * [dateparse](https://github.com/araddon/dateparse) - Parse date's without knowing format in advance. * [durafmt](https://github.com/hako/durafmt) - Time duration formatting library for Go.