/gotimefmt

go time format cli tool

Primary LanguageGo

License

gotimefmt

go time formatter cli tool

install

$ go get github.com/yudppp/gotimefmt/cmd/gotimefmt

use

$ gotimefmt YYYYMMDD
------------------------------------
format: 20060102
now:    20161206
------------------------------------
$ gotimefmt 20060102
------------------------------------
format: 20060102
now:    20161206
------------------------------------