Skip to content

Instantly share code, notes, and snippets.

@jibone
Created February 21, 2013 09:16
Show Gist options
  • Save jibone/5003424 to your computer and use it in GitHub Desktop.
Save jibone/5003424 to your computer and use it in GitHub Desktop.
<?php
$arr[date ('j',strtotime($row2['date_start']))] = array();
array_push($arr[date ('j',strtotime($row2['date_start']))], $row2['event']);
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment