Q: I have a column in my mySQL DB that has some rows. One of this row is a DATE, like this: 2012-02-01 What I want to achieve is to do a SELECT with PHP based only on the year and month. The logic of the SELECT w ...
Monthly Archives: October 2014
Q: I'm trying to get the week range using Sunday as the start date, and a reference date, say $date, but I just can't seem to figure it out. For example, if I had $date as 2009-05-01, I would get 2009-04-26 and 2009 ...