Created
January 5, 2017 01:42
-
-
Save adnan360/f65d180ae431b045fbd18661853d8466 to your computer and use it in GitHub Desktop.
Booked plugin - test timestamp
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
$start_timestamp = strtotime('-1 second',strtotime($year.'-'.$month.'-'.$day.' 00:00:00')); | |
$end_timestamp = strtotime('+1 second',strtotime($year.'-'.$month.'-'.$day.' 23:59:59')); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment