Versions in this module Expand all Collapse all v0 v0.1.0 Jun 22, 2019 Changes in this version + var ErrAmbiguousMMDD = fmt.Errorf("This date has ambiguous mm/dd vs dd/mm type format") + func MustParse(datestr string) time.Time + func ParseAny(datestr string) (time.Time, error) + func ParseFormat(datestr string) (string, error) + func ParseIn(datestr string, loc *time.Location) (time.Time, error) + func ParseLocal(datestr string) (time.Time, error) + func ParseStrict(datestr string) (time.Time, error)