Home
last modified time | relevance | path

Searched refs:bday_internformat (Results 1 – 2 of 2) sorted by relevance

/dports/www/phpgroupware/phpgroupware-0.9.16.017/addressbook/inc/
H A Dclass.boaddressbook.inc.php42 var $bday_internformat; variable in boaddressbook
59 $this->bday_internformat = "Y-m-d"; // use ISO 8601 for internal bday represantation
H A Dclass.uiaddressbook.inc.php1190 if($userformat != $this->bo->bday_internformat)
1193 …hday'] = $datetime->convertDate($fields['per_birthday'], $this->bo->bday_internformat, $userformat…
2100 if($userformat != $this->bo->bday_internformat)
2103 …hday'] = $datetime->convertDate($entry['per_birthday'], $userformat, $this->bo->bday_internformat);
2750 if($userformat != $this->bo->bday_internformat)
2753 …ay'] = $datetime->convertDate($contacts['per_birthday'], $this->bo->bday_internformat, $userformat…