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
ToStartTimeString
in the README.md
// Start of the month carbon.Parse("2020-08-05 13:14:15").StartOfMonth().ToStartTimeString() // 2020-08-01 00:00:00
but in the README.jp.md
// 本月の始まり carbon.Parse("2020-08-05 13:14:15").StartOfMonth().ToDateTimeString() // 2020-08-01 00:00:00
and in the README.cn.md
// 本月开始时间 carbon.Parse("2020-08-05 13:14:15").StartOfMonth().ToDateTimeString() // 2020-08-01 00:00:00
I searched the whole project and didn't find the function ToStartTimeString. If it is intentional, please also specify, if not, please accept my pr
The text was updated successfully, but these errors were encountered:
fixed: README Not have ToStartTimeString function golang-module#146
0cc2d2d
fixed: README Not have ToStartTimeString function #146
e49e913
Thanks
Sorry, something went wrong.
No branches or pull requests
in the README.md
but in the README.jp.md
and in the README.cn.md
I searched the whole project and didn't find the function
ToStartTimeString
. If it is intentional, please also specify, if not, please accept my prThe text was updated successfully, but these errors were encountered: