Documentation ¶
Index ¶
- Constants
- func Add(t *gtime.Time, n int) int64
- func Before(t *gtime.Time, n int) int64
- func DAfter(t *gtime.Time, n int) int64
- func DBefore(t *gtime.Time, n int) int64
- func GetCurrentDayLate(t int64, format string) (int64, string)
- func GetCurrentDayZero(t int64, format string) (int64, string)
- func HAfter(t *gtime.Time, n int) int64
- func HBefore(t *gtime.Time, n int) int64
- func MAfter(t *gtime.Time, n int) int64
- func MBefore(t *gtime.Time, n int) int64
- func Millisecond(t *gtime.Time) int64
- func Now() *gtime.Time
- func SAfter(t *gtime.Time, n int) int64
- func SBefore(t *gtime.Time, n int) int64
- func TimestampToFormat(t int64, format string) string
- type CurrentDate
Constants ¶
View Source
const ( YMD = "2006-01-02" // 年月日 YY-MM-DD YMDHMS = "2006-01-02 15:04:05" // 年月日 时分秒 YY-MM-DD h:m:s YMDHMSS = "2006-01-02 15:04:05.000" // 年月日 时分秒毫秒 YY-MM-DD h:m:s.ms )
Variables ¶
This section is empty.
Functions ¶
func GetCurrentDayLate ¶
获取某个时间戳当天的23:59:59秒的时间戳与格式化
func GetCurrentDayZero ¶
获取某个时间戳当天的0点0时0分的时间戳与格式化
Types ¶
type CurrentDate ¶
type CurrentDate struct { CZDate int64 `json:"cz_date"` // 当天零点时间戳 CZDateFormat string `json:"cz_date_format"` // 当天零点时间格式,即:YY-MM-DD 00:00:00 CEDate int64 `json:"ce_date"` // 当天终点时间戳 CEDateFormat string `json:"ce_date_format"` // 当天终点时间格式,即:YY-MM-DD 23:59:59 }
func GetCertainToNowDay ¶
func GetCertainToNowDay(date int64, format string) []*CurrentDate
获取某个时间戳到现在时间点共有多少天,包含每天的零点与终点时间与时间格式
Click to show internal directories.
Click to hide internal directories.