Categorygithub.com/ncruces/go-strftime
modulepackage
0.1.9
Repository: https://github.com/ncruces/go-strftime.git
Documentation: pkg.go.dev

# README

strftime/strptime compatible time formatting and parsing for Go

Go Reference Go Report Go Coverage

# Functions

AppendFormat is like Format, but appends the textual representation to dst and returns the extended buffer.
Format returns a textual representation of the time value formatted according to the strftime format specification.
Layout converts a strftime format specification to a Go time pattern specification.
Parse converts a textual representation of time to the time value it represents according to the strptime format specification.
UTS35 converts a strftime format specification to a Unicode Technical Standard #35 Date Format Pattern.