Calculate age from the specified date in Carbon

1 · Amit Merchant · April 15, 2022, 7:23 a.m.
When you’re working with dates in Laravel, chances are high that you might have done it with this library called Carbon. The age property In Laravel Carbon is a great library that makes working with dates a breeze and Laravel provides support for it out-of-the-box. So, there are many great things that you can do with Carbon but recently, I got to know about this nice little functionality that can make your life easier in certain scenarios. The age property Essentially, let’s say you have a dat...