Add dateparse pkg (#1539)

This commit is contained in:
Aaron Raddon 2017-08-14 23:13:00 -07:00 committed by Bo-Yi Wu
parent af6d369cea
commit de323e0ae5

View File

@ -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).