Author Topic: How do i format time on the ACP?  (Read 8287 times)

0 Members and 1 Guest are viewing this topic.

Offline dognation1

  • Newbie
  • *
  • Posts: 34
    • View Profile
How do i format time on the ACP?
« 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

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: How do i format time on the ACP?
« Reply #1 on: December 28, 2007, 05:59:04 PM »
ACP - > Settings. ;)
Default in 4images is: d-m-Y but you edit if like. ;)
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline dognation1

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: How do i format time on the ACP?
« Reply #2 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

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: How do i format time on the ACP?
« Reply #3 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.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline dognation1

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: How do i format time on the ACP?
« Reply #4 on: December 28, 2007, 06:37:47 PM »
im really new at this.....what would I type in place of the default  H:i   ?????

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: How do i format time on the ACP?
« Reply #5 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:


Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: How do i format time on the ACP?
« Reply #6 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
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline dognation1

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: How do i format time on the ACP?
« Reply #7 on: December 28, 2007, 07:25:58 PM »
thanks guys!..i found it


chris

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: How do i format time on the ACP?
« Reply #8 on: December 28, 2007, 10:40:00 PM »