Pascal Huberts
Results
2
issues of
Pascal Huberts
Hello, I encountered an issue with the following code: ```php $deletedDate = Carbon::now()->startOfDay()->addDays(31); echo $deletedDate->diffForHumans(Carbon::now()->startOfDay(), [ 'syntax' => CarbonInterface::DIFF_ABSOLUTE, 'skip' => ['m', 'w'], 'minimumUnit' => 'd' ]);; ``` Carbon version:...
#23