Comments on: How to Calculate Age from Date of Birth in PHP https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/ Web & Mobile App Development Company Fri, 03 Jul 2020 04:39:27 +0000 hourly 1 By: anoop https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-117568 Fri, 03 Jul 2020 04:39:27 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-117568 $dateOfBirth = “01-01-2020”;
$today = date(“Y-m-d”);
$diff = date_diff(date_create($dateOfBirth), date_create($today));
echo ‘Age is ‘.$diff->format(‘%y’);

]]>
By: NIKHIL VALSAN https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-107882 Sun, 22 Mar 2020 13:56:33 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-107882 Thanks for sharing . This code work.

]]>
By: Pankaj Hatwar https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-104843 Tue, 18 Feb 2020 07:07:24 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-104843 Very nice sir, your tutorials are always helpful for me thank you !

]]>
By: Imran https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-97452 Fri, 08 Nov 2019 02:42:54 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-97452 Thanks for sharing . This code work. God bless you.

]]>
By: Ruhith https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-93044 Thu, 19 Sep 2019 05:51:22 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-93044 this script is perfect

]]>
By: Sarkari Exam https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-91752 Sun, 18 Aug 2019 05:21:51 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-91752 the script is very good.. working also, thanks

]]>
By: jobaidul islam https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-90932 Sat, 03 Aug 2019 04:06:00 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-90932 great

]]>
By: Ashay https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-83684 Tue, 23 Apr 2019 10:34:40 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-83684 Hi,
I have a date text box
how can the age get calculated and appear in Text Box so that it gets saved in database.

]]>
By: Liverty https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-83202 Wed, 17 Apr 2019 01:28:40 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-83202 Thank’s a lot I’m trying the script is working, Could you calculate age using Form?

]]>
By: aman https://www.codexworld.com/how-to/calculate-age-from-date-of-birth-php/comment-page-1/#comment-78709 Sun, 24 Feb 2019 10:27:09 +0000 https://www.codexworld.com/?post_type=how-to-guides&p=1803#comment-78709 I am really really thank full to you for helping me in age calculator

]]>