Searched refs:dateString (Results 1 – 1 of 1) sorted by relevance
16 …* @param mixed $dateString optional the date this FeedDate will represent. If not specified, the c…19 public function __construct($dateString = "") argument21 if ($dateString == "") {22 $dateString = date("r");25 if (is_integer($dateString)) {26 $this->unix = $dateString;29 $this->unix = (int) (new Datetime($dateString))->format('U');