4images Forum & Community

4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: dognation1 on December 28, 2007, 05:53:11 PM

Title: How do i format time on the ACP?
Post by: dognation1 on December 28, 2007, 05:53:11 PM

How do i format time on the ACP? it is set at default of H:i              I want to set it for CST (Central Standard time)

Thanks for your help!


chris
Title: Re: How do i format time on the ACP?
Post by: thunderstrike on December 28, 2007, 05:59:04 PM
ACP - > Settings. ;)
Default in 4images is: d-m-Y but you edit if like. ;)
Title: Re: How do i format time on the ACP?
Post by: dognation1 on December 28, 2007, 06:07:53 PM
Hey Thunder....that is the format for the date....I want tto change format for TIME..default is set at H:i   I want to set it for Central Standard Time. okay?


thanks

chris
Title: Re: How do i format time on the ACP?
Post by: thunderstrike on December 28, 2007, 06:12:45 PM
Date and time in same page (ACP - > Settings). If need edit central time (offset) - includes/constants.php file - check for TIME_OFFSET define.
Title: Re: How do i format time on the ACP?
Post by: dognation1 on December 28, 2007, 06:37:47 PM
im really new at this.....what would I type in place of the default  H:i   ?????
Title: Re: How do i format time on the ACP?
Post by: Acidgod on December 28, 2007, 06:57:59 PM
open
includes/constants.php

search
define('TIME_OFFSET', 0); <-- set to 6 (for +6h) or -3 (for -3h) or what else... (o:

Title: Re: How do i format time on the ACP?
Post by: thunderstrike on December 28, 2007, 07:20:12 PM
im really new at this.....what would I type in place of the default  H:i   ?????

H = Hour
i = Min
s = Secs
Title: Re: How do i format time on the ACP?
Post by: dognation1 on December 28, 2007, 07:25:58 PM
thanks guys!..i found it


chris
Title: Re: How do i format time on the ACP?
Post by: Acidgod on December 28, 2007, 10:40:00 PM
form more information:
http://de3.php.net/manual/de/function.date.php