1
otr222
Changing time
  • 2005/5/25 22:49

  • otr222

  • Not too shy to talk

  • Posts: 124

  • Since: 2005/5/13


It seems that the time is set to a 24hr clock. I would like to change this to a 12hr setting. As an example - 1 pm would read as 1:00 instead of 13:00

Thanks

2
otr222
Re: Changing time
  • 2005/5/25 23:10

  • otr222

  • Not too shy to talk

  • Posts: 124

  • Since: 2005/5/13


Never mind.
Did a little searching and found:

How do I change dates and time formats

3
Reintjan
Re: Changing time
  • 2005/5/25 23:19

  • Reintjan

  • Not too shy to talk

  • Posts: 144

  • Since: 2005/3/17


You'll have to change this code in global.php in your language map:

define("_DATESTRING","Y/n/j G:i:s");
define("_MEDIUMDATESTRING","Y/n/j G:i");
define("_SHORTDATESTRING","Y/n/j");
/*
The following characters are recognized in the format string:
a - "am" or "pm"
A - "AM" or "PM"
d - day of the month, 2 digits with leading zeros; i.e. "01" to "31"
D - day of the week, textual, 3 letters; i.e. "Fri"
F - month, textual, long; i.e. "January"
h - hour, 12-hour format; i.e. "01" to "12"
H - hour, 24-hour format; i.e. "00" to "23"
g - hour, 12-hour format without leading zeros; i.e. "1" to "12"
G - hour, 24-hour format without leading zeros; i.e. "0" to "23"
i - minutes; i.e. "00" to "59"
j - day of the month without leading zeros; i.e. "1" to "31"
l (lowercase 'L') - day of the week, textual, long; i.e. "Friday"
L - boolean for whether it is a leap year; i.e. "0" or "1"
m - month; i.e. "01" to "12"
n - month without leading zeros; i.e. "1" to "12"
M - month, textual, 3 letters; i.e. "Jan"
s - seconds; i.e. "00" to "59"
S - English ordinal suffix, textual, 2 characters; i.e. "th", "nd"
t - number of days in the given month; i.e. "28" to "31"
T - Timezone setting of this machine; i.e. "MDT"
U - seconds since the epoch
w - day of the week, numeric, i.e. "0" (Sunday) to "6" (Saturday)
Y - year, 4 digits; i.e. "1999"
y - year, 2 digits; i.e. "99"


How to change this code you can find in the php manuals available all over the internet.

Sccs*/

Login

Who's Online

213 user(s) are online (136 user(s) are browsing Support Forums)


Members: 0


Guests: 213


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits