IXR_Date::getTimestamp()


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);
    }

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.