how to distplay?
Printable View
how to distplay?
how to display what?
echo time();
there, date and time is displayed?
Or, if you literally want to display "datetime", then:
:)Code:echo "datetime";
tommorrows datetime
Tomorrow's date:Quote:
Originally posted by php_n00b
tommorrows datetime
However, there are 60*60*24 different possibilities for tomorrow's time. And that's just down to the second. ;)Code:echo date('m/d/Y', strtotime("+1 day"));
can't you read the manual???Quote:
Originally posted by php_n00b
tommorrows datetime
tomorrows datetime isnot very informative, you could have said tomorrows date and time. your first post didn't say anything about tomorrows time