Change Time Format in Joomla 1.5 - Joomla! Forum - community, help and support
hi,
while i've mastered joomla 1.3 still strugling 1.5. want change time format articles. instead of day,date,year,time want change order.
anyone know make change? in joola 1.3 in language > engliish.php
thanks
while i've mastered joomla 1.3 still strugling 1.5. want change time format articles. instead of day,date,year,time want change order.
anyone know make change? in joola 1.3 in language > engliish.php
thanks
welcome forum!
modify following lines in /language/en-gb/en-gb.ini file:
modify following lines in /language/en-gb/en-gb.ini file:
code: select all
date_format_lc=%a, %d %b %y
date_format_lc1=%a, %d %b %y
date_format_lc2=%a, %d %b %y %h:%m
date_format_lc3=%d %b %y
date_format_lc4=%d.%m.%y
date_format_js1=y-m-d
Comments
Post a Comment