Skip to content
New issue

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

README Not have ToStartTimeString function #146

Closed
SliverHorn opened this issue Jul 31, 2022 · 1 comment
Closed

README Not have ToStartTimeString function #146

SliverHorn opened this issue Jul 31, 2022 · 1 comment
Labels
Documentation Improvements or additions to documentation Fixed Bug fixed

Comments

@SliverHorn
Copy link
Contributor

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

@SliverHorn SliverHorn added the Documentation Improvements or additions to documentation label Jul 31, 2022
@Issues-translate-bot Issues-translate-bot changed the title README README Jul 31, 2022
@SliverHorn SliverHorn changed the title README README Not have ToStartTimeString function Jul 31, 2022
SliverHorn added a commit to SliverHorn/carbon that referenced this issue Jul 31, 2022
gouguoyin added a commit that referenced this issue Aug 1, 2022
fixed: README Not have ToStartTimeString function #146
@gouguoyin gouguoyin added the Fixed Bug fixed label Aug 1, 2022
@gouguoyin
Copy link
Member

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Documentation Improvements or additions to documentation Fixed Bug fixed
Development

No branches or pull requests

2 participants