Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
See Announcements
$app = JFactory::getApplication(); $date= $app->input->getString('tablename___dateelement'); $date = strtotime($date); $now = time(); $diff = $now - $date; $years = floor($diff / 31556926); return ($years >= 18 && $years <= 90);