Would you rather see your members displaying their age as a number and not their Full DOB
Follow this guide to make Age become a Number
1. Edit this file:
application/modules/Fields/View/Helper/FieldBirthdate.php
2. Search this code:
$age = (int)(- $date->sub(time()) / 365 / 86400);
After that code add this code:
$label = $age;
It should look like this:
$age = (int)(- $date->sub(time()) / 365 / 86400);
$label = $age;
3. You are done.
Looking for quality SocialEngine Hosting? Look no further than Arvixe Web Hosting!