IXR_Date::getTimestamp() WordPress Method
The IXR_Date::getTimestamp() method is used to get a timestamp for a given IXR_Date object.
IXR_Date::getTimestamp() #
Contents
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 codeCollapse full source codeView on TracView on GitHub