From de323e0ae5c8b37b8f2427a3e82b303721e688b2 Mon Sep 17 00:00:00 2001 From: Aaron Raddon Date: Mon, 14 Aug 2017 23:13:00 -0700 Subject: [PATCH] Add dateparse pkg (#1539) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 32924c19..5bad8f3b 100644 --- a/README.md +++ b/README.md @@ -375,6 +375,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. +* [dateparse](https://github.com/araddon/dateparse) - Parse date's without knowing format in advance. * [durafmt](https://github.com/hako/durafmt) - Uime duration formatting library for Go. * [feiertage](https://github.com/wlbr/feiertage) - Set of functions to calculate public holidays in Germany, incl. specialization on the states of Germany (Bundesländer). Things like Easter, Pentecoast, Thanksgiving... * [go-persian-calendar](https://github.com/yaa110/go-persian-calendar) - The implementation of the Persian (Solar Hijri) Calendar in Go (golang).