Posted by raytiley on September 14, 2011 at 7:29pm
Start:
2011-09-22 18:00 - 21:00 America/Chicago Organizers:
Event type:
User group meeting
function CalculateMeetupDate($numberOfThursdaysInMonth) {
$last_day_of_last_month = strtotime(date('Y-m',time())) - (606024);
if($numberOfThursdaysInMonth > 4) {
return date('l jS F (Y-m-d)', strtotime('fourth Thursday', $last_day_of_last_month));
}
else {
return date('l jS F (Y-m-d)', strtotime('third Thursday', $last_day_of_last_month));
}So as you may have guessed from the code block above, due to scheduling and the rediculous amount of thursday's in September, we are having the meeting a week late, but a more natural feeling time for the code meetup.
So bring your laptops and your favorite project to:
Tightrope Media Systems
800 Transfer Road
St. Paul, MN 55114
There will be free beer and pizza, let me know if you have any questions.
-ray

Comments
Really? Just me?
Really? Just me?
Buy more Pizza Ray!
There will be others there, this meeting is taking place at the same time in the same space.
http://groups.drupal.org/node/177269
Really!