strftime()-like date/time formatter for Go
- Go 100%
| src/w21.org/time | ||
| .gitignore | ||
| godate.go | ||
| README | ||
-*- text -*- This is (the beginning of) a strftime(3)-like function in Go. The ultimate goal would be POSIX conformance, but there is still some way to go (pun not intended). The basic conversion specifiers should work as specified in POSIX; locales and modifiers (E, O, field width, plus, minus) are not yet supported, but gracefully ignored. Juergen Nickelsen <ni@w21.org> 2015-07-22