Skip to content

Instantly share code, notes, and snippets.

@mrroot5
Last active March 2, 2016 13:33
Show Gist options
  • Save mrroot5/5f0baccb88184ad48ebe to your computer and use it in GitHub Desktop.
Save mrroot5/5f0baccb88184ad48ebe to your computer and use it in GitHub Desktop.
<?php
$timestamp = strtotime('last week');
echo gmdate("Y-m-d\TH:i:s\Z", $timestamp) . '<br>';
echo 'Semana pasada: '.date('Y-m-d H:i:s',strtotime("-7 days"));
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment