Skip to content

tss182/timedate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Install

go get github.com/tss182/timedate

How to using

package main

import (
	"fmt"
	"github.com/tss182/timedate"
)

func main()  {
    startDate,endDate := timedate.GetStartEndDate(time.Now(),date.Month)
    fmt.Println(startDate,endDate)
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages