This topic is locked

DATE

8/13/2010 9:53:50 PM
PHPRunner General questions
F
frankie author

hello my name is Frankie iam a new user it´s a wonderful software i´ll will be verry greatful if some body can help me to

set the defualt date as tomorrow

for example today is :

PHP function: "Now()"

A
ann 8/16/2010

Frankie,
try the following code:

strtotime("+1 day");
F
frankie author 8/17/2010

thanx a lot it doesn`t work but i found the code
$tomorrow = date ("Y-m-d", mktime (0,0,0,date("m"),(date("d")+1),date("Y")));