You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #139 from CarbonPHP/feature/issue-138-day-and-mont…
…h-translation
Prioritize day names over month names when translating string before the first number occurs in the string
Merge pull request #129 from CarbonPHP/feature/set-month-with-anchor-day
Implement `overflow` and `anchorDay` parameters for `month()`, `setMonth()`, `year()` and `setYear()`
Merge pull request #126 from CarbonPHP/feature/plus-minus-improvement
Add $anchorDay parameter and float support for plus() and minus()
Improve `plus()` and `minus()` method
- Add `$anchorDay` parameter and `OverflowMode` for `$overflow` parameter
- Add float support for `$weeks`, `$days`, `$hours`, `$minutes`, `$seconds` and `$microseconds`
- Use `__call` so sub-classes are allowed to override those methods with divergent signatures