>> how can i add two date or can get next date by adding 10 day like
>> date()+10 in date()+date() c, c++ or other lang.
>
> strtodate("+10 days",time());
>
> http://www.php.net/manual/en/function.strtotime.php
How can I setup Mysql date to something like this 'dd/mm/YYYY'?
I use Mysql v5.0
JD.
Captain Paralytic - 10 Jun 2008 16:51 GMT
> >> how can i add two date or can get next date by adding 10 day like
> >> date()+10 in date()+date() c, c++ or other lang.
[quoted text clipped - 7 lines]
>
> JD.
See the DATE_FORMAT() function in the manual
http://dev.mysql.com/doc/refman/5.0/en/date-and-time-functions.html#function_dat
e-format