Login     Sign up
Name of the month
Hari Saputra (@petualangweb)
Join date: Aug 15th 2010
Community posts: 17
View Profile
Send Message

Where can I find the file name of the month?

176 months ago
Vincent T (@vincent)
Join date: Jun 18th 2010
Community posts: 298
View Profile
Send Message

my/config.php

176 months ago
Hari Saputra (@petualangweb)
Join date: Aug 15th 2010
Community posts: 17
View Profile
Send Message

I mean the names of the months, June, July, August, September, and others?
in profil: Registered 15 [b]Aug[/b] 2010, 9:59 pm

176 months ago
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

in /my/config.php the times and dates are defined using the php date() syntax.

eg. my installation has the following lines:
[code]'time_format' => 'g:i a',
'date_format' => 'l jS F Y',[/code]

you can define how each is displayed by changing the letter codes, a full list is here: [url]http://php.net/manual/en/function.date.php[/url]

176 months ago
Hari Saputra (@petualangweb)
Join date: Aug 15th 2010
Community posts: 17
View Profile
Send Message

I want to change the names of months into Indonesian?
example: Aug
becomes: Agustus

176 months ago
Ian (@eeji)
Join date: Aug 3rd 2010
Community posts: 107
View Profile
Send Message

i don't think this is possible without a workaround because php uses english names as standard

175 months ago
anisdanar (@anisdanar)
Join date: Sep 21st 2010
Community posts: 5
View Profile
Send Message

merubah waktu & tanggal posting dimana ya, punya saya waktunya ngaco

175 months ago
Hari Saputra (@petualangweb)
Join date: Aug 15th 2010
Community posts: 17
View Profile
Send Message

[quote=anisdanar]merubah waktu & tanggal posting dimana ya, punya saya waktunya ngaco [/quote]

disini
my/config.php
timezonenya jadiin +7

$tableprefix = 'jcow';
$timezone = +7;
$settings = array(

174 months ago