Registry / utility / metakeule-fmtdate

metakeule-fmtdate

JSON →
library1.2.2gogounverified

A date formatter and parser using Microsoft Excel-style date format syntax, with default conversions for date, time, and datetime.

go get github.com/metakeule/fmtdate
INSTALL
IMPORT
SIG · METAKEULE-FMTDATE
M
metakeule-fmtdate
utilitygov1.2.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.

fmtdate
github.com/metakeule/fmtdate

Format a date string using Excel-style syntax.

package main import ( "fmt" "github.com/metakeule/fmtdate" ) func main() { formatted := fmtdate.Format("YYYY-MM-DD", "2023-12-25") fmt.Println(formatted) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
8 hits · last 30 days
node
8
Resources
metakeule-fmtdate — go get metakeule-fmtdate · libregistry