Skip to content

Instantly share code, notes, and snippets.

View fernandovega's full-sized avatar

Fernando Vega fernandovega

View GitHub Profile
<?php
$Date = "2010-09-17";
echo date('Y-m-d', strtotime($Date. ' + 1 days'));
echo date('Y-m-d', strtotime($Date. ' + 2 days'));
?>
@fernandovega
fernandovega / 0_reuse_code.js
Created February 25, 2014 15:42
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console