mirror of
https://github.com/araddon/dateparse.git
synced 2025-01-19 11:16:12 +08:00
Text should be lowercase
This commit is contained in:
parent
515cd81767
commit
eabb56b497
@ -133,7 +133,7 @@ const (
|
||||
var (
|
||||
// ErrAmbiguousMMDD for date formats such as 04/02/2014 the mm/dd vs dd/mm are
|
||||
// ambiguous, so it is an error for strict parse rules.
|
||||
ErrAmbiguousMMDD = fmt.Errorf("This date has ambiguous mm/dd vs dd/mm type format")
|
||||
ErrAmbiguousMMDD = fmt.Errorf("this date has ambiguous mm/dd vs dd/mm type format")
|
||||
)
|
||||
|
||||
func unknownErr(datestr string) error {
|
||||
|
Loading…
Reference in New Issue
Block a user