Skip to content

Commit

Permalink
fixed: README Not have ToStartTimeString function golang-module#146
Browse files Browse the repository at this point in the history
  • Loading branch information
SliverHorn committed Jul 31, 2022
1 parent 54f2313 commit 0cc2d2d
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 0cc2d2d

Please sign in to comment.