Home

Awesome

Tuesday: Ruby-Compatible Strftime for Go

Travis badge Golangci-lint badge Appveyor badge Coveralls badge Go Report Card badge Godoc badge MIT License

This package provides a function Strftime that is compatible with Ruby's Time.strftime.

It provides additional flags and conversions beyond C stdlib-like strftimes:

It was developed for use with in Liquid and Gojekyll.

Install

go get gopkg.in/osteele/tuesday.v1 # latest snapshot

go get -u github.com/osteele/tuesday # development version

References

License

MIT License