Searched refs:mdate (Results 1 – 2 of 2) sorted by relevance
83 $mdate = $meta['date']['modified'];84 if ($mdate) {85 … $xhtml[] = '<abbr class="published" title="'.dformat($mdate, '%Y-%m-%dT%H:%M:%SZ').'">'86 . dformat($mdate)
876 protected function makeUnixTime($mdate = null, $mtime = null) argument878 if ($mdate && $mtime) {879 $year = (($mdate & 0xFE00) >> 9) + 1980;880 $month = ($mdate & 0x01E0) >> 5;881 $day = $mdate & 0x001F;