# README
DateTime - Simple DateTime Engine for Go
Installation
To install the package, run:
go get github.com/go-zoox/datetime
Getting Started
fmt.Println(datetime.Now().Format("YYYY-MM-DD HH:mm:ss"))
// 2022-04-12 13:05:50
Inspired by
- zcorky/moment - A minimalist JavaScript library that parses, validates, manipulates, and displays dates and times.
- dayjs
- moment.js
License
GoZoox is released under the MIT License.