Awesome Go

strftime

CategoryDate and Time
SubcategoryDate and Time
Stars0

C99-compatible strftime formatter

About strftime

Build Status Coverage Status Go Report Card GoDoc

strftime

C99-compatible strftime formatter for use with Go time.Time instances.

See strftime for available conversion specifiers. Specific locale specifiers are not yet supported.

Frequently Asked Questions

What is strftime?

strftime is a Date and Time library for the Go programming language. C99-compatible strftime formatter

How do I install strftime?

Install strftime with the Go module system using `go get awoodbeck/strftime`. Check the repository for the current installation instructions.

What category does strftime belong to?

strftime is listed under Date and Time, specifically Date and Time.

← Back to Date and Time