Skip to content

ooodjc/day

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

一个go版时间格式转换封装 安装: go get "github.com/ooodjc/day"

func main() {
	d := new(day.Day).New(time.Now())
	fmt.Printf("TimeToString:%s\n", d.TimeToString())
	fmt.Printf("TimeToInt:%d\n", d.TimeToInt())
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages