skip to Main Content
author
57 views
0 votes

Php – With Nesbot Carbon diffForHumans(), display 19 months instead of 1 year when less than 26 months

I display a diffForHumans with one part
echo Carbon::create('1 hour 59 minutes ago')->diffForHumans(); // 1 hour ago
echo Carbon::create('1 day

Back To Top
Search