I am not sure if that will work with MySQL version but the problem I came across was with the date format I need which unfortunately has to be exact
e.g.
start date 2008-01-01
end date 2008-03-31 or 30 or 28/29 (February)
I could manage the start date easily (already done) as all months starts with 01 but the end date seems to be a pain and I thought I might ask if there is a function already available as I might have to spend few hours to create one. |