The Arcive of vBulletin Modifications Site. |
|
Date Format Details »»
|
|||||||||||||||||||||||||
Where in the arcade php files is the date format controlled?
It shows everything in US format, i would like to switch it round. I know how to use the php date format values (jS F Y is what I want) but where could I set this in the code? Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
as this is country-specific it resides in the Language-File
![]() Look for Code:
timeformat1 => "en", timeformat2 => "m-d-y", timeformat3 => "G:i", timeformat4 => "m-d-Y", |
![]() |
|
|