Skip to content

Commit

Permalink
fixed: README Not have ToStartTimeString function #146
Browse files Browse the repository at this point in the history
fixed: README Not have ToStartTimeString function #146
  • Loading branch information
gouguoyin committed Aug 1, 2022
2 parents 54f2313 + 0cc2d2d commit e49e913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -251,7 +251,7 @@ carbon.Parse("2020-08-05 13:14:15").StartOfQuarter().ToDateTimeString() // 2020-
carbon.Parse("2020-08-05 13:14:15").EndOfQuarter().ToDateTimeString() // 2020-09-30 23:59:59

// Start of the month
carbon.Parse("2020-08-05 13:14:15").StartOfMonth().ToStartTimeString() // 2020-08-01 00:00:00
carbon.Parse("2020-08-05 13:14:15").StartOfMonth().ToDateTimeString() // 2020-08-01 00:00:00
// End of the month
carbon.Parse("2020-08-05 13:14:15").EndOfMonth().ToDateTimeString() // 2020-08-31 23:59:59

Expand Down

0 comments on commit e49e913

Please sign in to comment.