IXR_Date::getTimestamp()
Contents
Description Description
Source Source
File: wp-includes/IXR/class-IXR-date.php
function getTimestamp() { return mktime($this->hour, $this->minute, $this->second, $this->month, $this->day, $this->year); }
Expand full source code Collapse full source code View on Trac