Horje
get age with carbon in laravel Code Example
get age with carbon in laravel
use Carbon\Carbon; // Include Class in COntroller

$request->date_of_birth = "2000-10-25";
$age = Carbon::parse($request->date_of_birth)->diff(Carbon::now())->y;

dd($age. " Years");




Php

Related
wordpress https too many redirects Code Example wordpress https too many redirects Code Example
get user ip laravel Code Example get user ip laravel Code Example
php get age from dob Code Example php get age from dob Code Example
row count in codeigniter Code Example row count in codeigniter Code Example
display all errors at once in laravel Code Example display all errors at once in laravel Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9