date() function problem
Posted
by Syom
on Stack Overflow
See other posts from Stack Overflow
or by Syom
Published on 2010-04-09T12:56:06Z
Indexed on
2010/04/09
13:03 UTC
Read the original article
Hit count: 290
php
i use date function to get day, month and year.
$year = date(y);
$month = date(m);
$day = date(d);
but my hosting is in another place where i am, so i need to add 11 hours. could you tell me how can i do that? thanks
© Stack Overflow or respective owner