Registry / utility / goodsign-monday

goodsign-monday

JSON →
library1.0.2gogounverified

A minimalistic translator for month and day of week names in time.Date objects, wrapping time.Format and time.ParseInLocation.

go get github.com/goodsign/monday
INSTALL
IMPORT
SIG · GOODSIGN-MONDAY
G
goodsign-monday
utilitygov1.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

monday
github.com/goodsign/monday

Format a date with French locale

package main import ( "fmt" "time" "github.com/goodsign/monday" ) func main() { t := time.Now() fmt.Println(monday.Format(t, "Monday, 2 January 2006", "fr_FR")) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.2latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
goodsign-monday — go get goodsign-monday · libregistry