Add strftime (#1801)

This commit is contained in:
Adam Woodbeck 2018-02-12 07:32:52 -05:00 committed by Avelino
parent feb2ca71cd
commit c8aa2308b5

View File

@ -413,6 +413,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [goweek](https://github.com/grsmv/goweek) - Library for working with week entity in golang. * [goweek](https://github.com/grsmv/goweek) - Library for working with week entity in golang.
* [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang. * [now](https://github.com/jinzhu/now) - Now is a time toolkit for golang.
* [NullTime](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`. * [NullTime](https://github.com/kirillDanshin/nulltime) - Nullable `time.Time`.
* [strftime](https://github.com/awoodbeck/strftime) - C99-compatible strftime formatter.
* [timespan](https://github.com/SaidinWoT/timespan) - For interacting with intervals of time, defined as a start time and a duration. * [timespan](https://github.com/SaidinWoT/timespan) - For interacting with intervals of time, defined as a start time and a duration.
* [timeutil](https://github.com/leekchan/timeutil) - Useful extensions (Timedelta, Strftime, ...) to the golang's time package. * [timeutil](https://github.com/leekchan/timeutil) - Useful extensions (Timedelta, Strftime, ...) to the golang's time package.
* [tuesday](https://github.com/osteele/tuesday) - Ruby-compatible Strftime function. * [tuesday](https://github.com/osteele/tuesday) - Ruby-compatible Strftime function.