Summery Summery
Parse dates using strtotime()
Syntax Syntax
Return Return
(int) Timestamp
Source Source
File: wp-includes/SimplePie/Parse/Date.php
*
* @access protected
* @return int Timestamp
*/
public function date_asctime($date)
{
static $pcre;
if (!$pcre)
{
$space = '[\x09\x20]+';
$wday_name = $this->day_pcre;
$mon_name = $this->month_pcre;