On Wed, February 24, 2010 3:13 pm, James Bensley wrote:
How can I combat this or is there a "proper" way of doing this as mine almost defiantly isn't going to be the best method?
Were this postgres....
postgres=# select '2009-02-28'::date+'1 day'::interval; ?column? --------------------- 2009-03-01 00:00:00 (1 row)
Perhaps mysql has a similar function?
Mart.