Documentation
¶
Index ¶
- func CountWorkingDays(from, end time.Time) int
- func EndOfDay(date time.Time) time.Time
- func EndOfMonth(date time.Time) time.Time
- func EndOfWeek(date time.Time) time.Time
- func EndOfYear(date time.Time) time.Time
- func LastMonth(date time.Time) time.Time
- func LastWeek(date time.Time) time.Time
- func ParseISODate(dt string) (time.Time, error)
- func StartOfDay(date time.Time) time.Time
- func StartOfMonth(date time.Time) time.Time
- func StartOfWeek(date time.Time) time.Time
- func StartOfYear(date time.Time) time.Time
- func SubtractAYear(date time.Time) time.Time
- func SubtractDays(date time.Time, d int) time.Time
- func SubtractMonths(date time.Time, m int) time.Time
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CountWorkingDays ¶
func ParseISODate ¶
ParseISODate ISO date format to utc
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.