Skip to content

Instantly share code, notes, and snippets.

@adnan360
Created January 5, 2017 01:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adnan360/f65d180ae431b045fbd18661853d8466 to your computer and use it in GitHub Desktop.
Save adnan360/f65d180ae431b045fbd18661853d8466 to your computer and use it in GitHub Desktop.
Booked plugin - test timestamp
$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