Skip to content

Instantly share code, notes, and snippets.

@scodx
Last active August 29, 2015 14:07
Show Gist options
  • Save scodx/ce81fb48cc6f7df8f5f6 to your computer and use it in GitHub Desktop.
Save scodx/ce81fb48cc6f7df8f5f6 to your computer and use it in GitHub Desktop.
snippet para obtener el timestamp para buscar en una bd
$from = mktime(0, 0, 0, $month_selected, 1, $year);
$to = mktime(23, 59, 59, ($month_selected + 1), 0, $year);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment