Login     Sign up
Time show
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

is it possible to change time to european without am, pm

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

in my/config.php

[code]
$settings = array(
'time_format' => 'g:i a',
[/code]

make it

[code]
$settings = array(
'time_format' => 'g:i',
[/code]

174 months ago
DeFender (@defender)
Join date: Oct 1st 2010
Community posts: 167
View Profile
Send Message

thank you falcone :)

174 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

its possible in 24 format hours .... and where is the translate language for names od days??? sunday etccc....

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

format: 24 hours G:i (without 0 in front: 1 - 23)
H:i (with 0 in front: 01 - 23)

translating the names is more complicated.

174 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

But where is the function where are names ??? or it give the name on server???

Thanks

174 months ago
Jcow Master (@falcone)
Join date: Sep 2nd 2010
Community posts: 917
View Profile
Send Message

for the names, look here: Turkish example.

[url]http://community.jcow.net/forums/viewthread/720[/url]

174 months ago
Jordi Torres (@palsweb)
Join date: Oct 20th 2010
Community posts: 70
View Profile
Send Message

thanks work fine !!!

174 months ago