Versions in this module Expand all Collapse all v1 v1.0.0 Oct 6, 2019 Changes in this version + const ZeroMonth + var ZeroTime = time.Time + func AlmostMidnight(year int, month time.Month, day int, loc *time.Location) time.Time + func Midnight(year int, month time.Month, day int, loc *time.Location) time.Time + func ParseDate(input string) (year int, month time.Month, day int, err error) + func ParseDateEnd(input string) (time.Time, error) + func ParseDateEndIn(input string, loc *time.Location) (time.Time, error) + func ParseDateStart(input string) (time.Time, error) + func ParseDateStartIn(input string, loc *time.Location) (time.Time, error) + func ParseDateTime(input string) (time.Time, error) + func ParseMonthDay(input string) (time.Month, int, error) + func ParseMonthDayEnd(input string, year int) (time.Time, error) + func ParseMonthDayEndIn(input string, year int, loc *time.Location) (time.Time, error) + func ParseMonthDayStart(input string, year int) (time.Time, error) + func ParseMonthDayStartIn(input string, year int, loc *time.Location) (time.Time, error) + func ParseWeek(input string) (year int, week int, err error) + func ParseWeekDay(input string) (year int, weekNum int, day int, err error) + func ParseWeekDayEnd(input string) (time.Time, error) + func ParseWeekDayEndIn(input string, loc *time.Location) (time.Time, error) + func ParseWeekDayStart(input string) (time.Time, error) + func ParseWeekDayStartIn(input string, loc *time.Location) (time.Time, error) + func ParseWeekEnd(input string) (time.Time, error) + func ParseWeekEndIn(input string, loc *time.Location) (time.Time, error) + func ParseWeekStart(input string) (time.Time, error) + func ParseWeekStartIn(input string, loc *time.Location) (time.Time, error) + func ParseYearMonth(input string) (int, time.Month, error) + func ParseYearMonthEnd(input string) (time.Time, error) + func ParseYearMonthEndIn(input string, loc *time.Location) (time.Time, error) + func ParseYearMonthStart(input string) (time.Time, error) + func ParseYearMonthStartIn(input string, loc *time.Location) (time.Time, error)