Popularity
1.6
Declining
Activity
0.0
Stable
12
4
3

Programming language: Go
License: MIT License
Tags: Date & Time    
Latest version: v1.0.3

tuesday alternatives and similar packages

Based on the "Date and Time" category.
Alternatively, view tuesday alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of tuesday or a related project?

Add another 'Date and Time' Package

README

Tuesday: Ruby-Compatible Strftime for Go

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:

  • padding flags, e.g. %-m, %_m, %0e
  • case change flags, e.g. %^A, %#b
  • field widths: %03e, %3N, %9N
  • Ruby-specific conversions such as %s, %N, %:z, %::z

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


*Note that all licence references and agreements mentioned in the tuesday README section above are relevant to that project's source code only.