Skip to content

Instantly share code, notes, and snippets.

@rodrigograca31
Last active August 29, 2015 14:03
Show Gist options
  • Save rodrigograca31/3f51312c3a6e91dcc541 to your computer and use it in GitHub Desktop.
Save rodrigograca31/3f51312c3a6e91dcc541 to your computer and use it in GitHub Desktop.
Formatted date
date_default_timezone_set("Europe/Lisbon");
echo date("H:i:s, d/m/Y", time());
//use here: http://writecodeonline.com/php/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment