How to calculate Age from Date of Birth in PHP?
In this post, we will give you very simple example how to calculate age from date of birth in PHP.
1. Code:
2. Example
Input:
dateOfBirth = "1992-07-02"
Output:
output: 30
In this post, we will give you very simple example how to calculate age from date of birth in PHP.
dateOfBirth = "1992-07-02"
output: 30