The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
|
#1
|
||||
|
||||
![]()
Thank you @kh99
Your solution helped me a lot, but in addition I had to modify the locale. Most strange locale never seen it before: Code:
setlocale(LC_ALL, 'el_GR.UTF8'); $show['todayis'] = strftime("%a %d %b %Y %H:%M:%S",strtotime(time())); --------------- Added [DATE]1415461016[/DATE] at [TIME]1415461016[/TIME] --------------- The final way to show a date like l, d M Y in a non English language is: Code:
setlocale(LC_ALL, 'el_GR.UTF8'); $show['todayis'] = strftime("%A, %d %B %Y",time()); |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|