Calculate age (jQuery or PHP) based on date of birth [not based on user input]

后端 未结 4 774
青春惊慌失措
青春惊慌失措 2021-01-16 04:27

I am looking for a JavaScript or PHP script that allows me to calculate somebody\'s age based on his/her date of birth in the mm/dd/yyyy format. I found this ve

4条回答
  •  北荒
    北荒 (楼主)
    2021-01-16 05:08

    Javascript:

    This probably does more than you are asking, but will give you the age in years, months, and days.

    Like this: 8 years, 7 months, 21 days old

    This works well if you have a site for a newborn only a few days old.

    This is something I used on my daughters website almost 9 years ago

        function GetMyAge()
    {
    
    

提交回复
热议问题