Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hanson/timeutil
a tool processing time for golang
https://github.com/hanson/timeutil
Last synced: 24 days ago
JSON representation
a tool processing time for golang
- Host: GitHub
- URL: https://github.com/hanson/timeutil
- Owner: Hanson
- Created: 2015-03-17T14:57:46.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-03-18T04:40:36.000Z (over 9 years ago)
- Last Synced: 2024-03-14T21:28:15.348Z (8 months ago)
- Language: Go
- Size: 121 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# timeutil
a tool processing time for golang#Installation
go get github.com/hanccc/timeutil
#usageimport "github.com/hanccc/timeutil"
#for exampletime:2015-03-17 12:37:06 +0800 CST
printf(timeutil.GetDate(time))
//03-17printf(timeutil.GetFullDate(time))
//2015-03-17