Categorygithub.com/go-zoox/datetime
repositorypackage
1.3.1
Repository: https://github.com/go-zoox/datetime.git
Documentation: pkg.go.dev

# README

DateTime - Simple DateTime Engine for Go

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

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.