We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I am getting a time.ParseError when I run ParseInLocation for dates in Japanese.
Variables:
I call the function t, err = monday.ParseInLocation(layout, s, loc, l)
Error msg:
parsing time "発売予定日は2020年March25日です。" as "発売予定日は2006年1月2日です。": cannot parse "March25日です。" as "1"
Work around:
I comment out line 76-79 in format_ja_jp.go
// for k, v := range knownMonthsLongReverse[locale] { // value = strings.Replace(value, k, v, -1) // }
Please let me know if you need any more information.
Thanks, Luke
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am getting a time.ParseError when I run ParseInLocation for dates in Japanese.
Variables:
I call the function
t, err = monday.ParseInLocation(layout, s, loc, l)
Error msg:
Work around:
I comment out line 76-79 in format_ja_jp.go
Please let me know if you need any more information.
Thanks,
Luke
The text was updated successfully, but these errors were encountered: