Skip to content

Instantly share code, notes, and snippets.

@coryetzkorn
Last active December 26, 2015 04:39
Show Gist options
  • Save coryetzkorn/7095390 to your computer and use it in GitHub Desktop.
Save coryetzkorn/7095390 to your computer and use it in GitHub Desktop.
PHP Store Hours Array
$hours = array(
'mon' => array('11:00-20:30'),
'tue' => array('11:00-16:00', '18:00-20:30'),
'wed' => array('11:00-20:30'),
'thu' => array('11:00-20:30'),
'fri' => array('11:00-20:30'),
'sat' => array('11:00-20:30'),
'sun' => array('11:00-20:30')
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment