Home » Archive by category "PHP"

Archive for the 'PHP' Category

PHP Snippet: Find the next 2nd or 4th Wednesday

I’ve recently taken on the job of running the Phoenix Speakers website, so it’s high time I brushed up on my PHP. First little job: automating the “Next Meeting” box. Phoenix meets on the 2nd and 4th Wednesday of each month. So we’d get something like the following mapping (dates in the form Y-m-d): nextMeeting(“2011-01-08″) [...]