Skip to content

Instantly share code, notes, and snippets.

@JWPapi
Created October 4, 2019 03:35
Show Gist options
  • Save JWPapi/3d91cda262b507ece56276b7146197fc to your computer and use it in GitHub Desktop.
Save JWPapi/3d91cda262b507ece56276b7146197fc to your computer and use it in GitHub Desktop.
class Example {
private $date = date('Y-m-d H-i-s', time());
function exampleFunc() {
$newDate = $this->date;
echo $newDate
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment