Tribe__Tickets__Commerce__PayPal__Order::get_creation_date()

Returns the local date and time this Order post was originally created.


Return

(string)


Top ↑

Source

File: src/Tribe/Commerce/PayPal/Order.php

	public function get_creation_date() {
		return $this->created;
	}

Top ↑

Changelog

Changelog
Version Description
4.7 Introduced.