durafmt
Duration formatter
A Go library for parsing and formatting time durations into human-readable strings
Better time duration formatting in Go!
495 stars
7 watching
49 forks
Language: Go
last commit: over 3 years ago
Linked from 2 awesome lists
durationfmtformattergogolangtime
Related projects:
Repository | Description | Stars |
---|---|---|
awoodbeck/strftime | Formatter for converting Go time.Time instances to human-readable strings following the C99 strftime format | 12 |
xhit/go-str2duration | Converts time durations from string format to Go's time.Duration type with support for weeks and days. | 101 |
leekchan/timeutil | Extensions to Go's time package for working with durations and formatting dates | 192 |
guilhermecaruso/kair | A formatting library for dates and times in Go. | 24 |
40ants/humanize-duration | A library that provides a human-readable representation of time durations. | 9 |
go-ffmt/ffmt | Golang beautifies data display by providing formatting options for humans | 305 |
goschtalt/approx | A package that extends the standard Go time library to support parsing and manipulation of approximate time durations in days, weeks, and years. | 12 |
bykof/gostradamus | A lightweight Go library for creating and manipulating dates and times with human-friendly formatting and timezone support. | 202 |
ijt/go-anytime | A Go library for parsing natural and standardized dates/times and ranges without knowing the format in advance. | 23 |
drewstinnett/gout | A utility package for formatting and serializing data in standard formats. | 17 |
deatil/go-datebin | A date and time parsing library for Go. | 4 |
retraigo/duration.js | Library for working with time durations | 21 |
rwxrob/dtime | Provides date and time formatting functions with support for common intervals | 5 |
hustcc/timeago-react | A small React component to format dates with time ago statements. | 420 |
vutran/twas | A JavaScript function to express time durations relative to the current moment | 250 |