Last active
August 29, 2015 14:07
-
-
Save scodx/ce81fb48cc6f7df8f5f6 to your computer and use it in GitHub Desktop.
snippet para obtener el timestamp para buscar en una bd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $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