Search found 233 matches

by twc
Fri Jun 18, 2010 9:11 am
Forum: General
Topic: Time zone......
Replies: 5
Views: 2175

Re: Time zone......

found it:
<tr><td valign="top" class="menu"><?php echo lastupdate();?></td></tr>

to

<tr><td valign="top" class="menu"><?php echo lastupdate(null,2);?></td></tr>
by twc
Fri Jun 18, 2010 8:51 am
Forum: General
Topic: Time zone......
Replies: 5
Views: 2175

Re: Time zone......

leenm wrote:You can change the time with the second parameter (hours), Use:

Code: Select all

echo lastupdate(NULL, 2);
 
Leen
thank :D

can you please tell me where to place this code?
by twc
Fri Jun 18, 2010 12:33 am
Forum: General
Topic: Time zone......
Replies: 5
Views: 2175

Time zone......

I love the cmssimple, but how can i change the time?

I need +2 hours my hosting provider are not good.
Last change: 19:00.... it must be 21:00 how can i fix this?

thanks.........