Documentation
¶
Index ¶
- func IsBetween(startDate, endDate, targetDate time.Time) bool
- func IsBetweenOnly(startDate, endDate, targetDate time.Time) bool
- func IsSameDay(t1, t2 time.Time, ignoreTimeZone bool) bool
- func SetDate(req time.Time, year int, month time.Month, day int) (result time.Time)
- func SetDay(req time.Time, day int) (result time.Time)
- func SetHour(req time.Time, hour int) (result time.Time)
- func SetMin(req time.Time, min int) (result time.Time)
- func SetMonth(req time.Time, month time.Month) (result time.Time)
- func SetMonthByInt(req time.Time, month int) (result time.Time)
- func SetNsec(req time.Time, nsec int) (result time.Time)
- func SetSec(req time.Time, sec int) (result time.Time)
- func SetTime(req time.Time, hour, min, sec int, nsec ...int) (result time.Time)
- func SetYear(req time.Time, year int) (result time.Time)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsBetweenOnly ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.