|
startTime := time.Date(twoDaysAgo.Year(), twoDaysAgo.Month(), twoDaysAgo.Day(), 0, 0, 0, 0, twoDaysAgo.Location())
|
|
startTime := time.Date(twoDaysAgo.Year(), twoDaysAgo.Month(), twoDaysAgo.Day(), 0, 0, 0, 0, twoDaysAgo.Location())
|
|
return startTime.Format(date.Date_Full_Layout), endTime.Format(date.Date_Full_Layout)
|
|
return startTime.Format(date.Date_Full_Layout), endTime.Format(date.Date_Full_Layout)
|