date() function problem
- by Syom
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