Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Where months are located?
Sorry for may be a noob qwestion, but I try to translate Vanilla 2 forum and can't find where months are... How can I translate december, november etc?
Tahk you!
Tahk you!
0
Comments
Thank you!
$Configuration['Garden']['DefaultDateFormat'] = 'F j, Y'; $Configuration['Garden']['DefaultDayFormat'] = 'F j'; $Configuration['Garden']['DefaultYearFormat'] = 'F Y'; $Configuration['Garden']['DefaultTimeFormat'] = 'g:ia';
if (ini_get('date.timezone') == '') date_default_timezone_set('Canada/Saskatchewan');
Can you use date_default_timezone_set()?