Quote:
{* $Id: today_news.tpl,v 1.10 2004/05/31 06:25:32 max Exp $ *}
{if $news_message eq ""}
{$lng.txt_no_news_available}
{else}
{$news_message.send_date|date_format:$config.Appea rance.date_format}
{$news_message.body}
{if $usertype eq "C"}
{$lng.lbl_previous_news}
{/if}
{/if}
<HR size="1" noshade class="VertMenuHr">
|
The date is currently being shown in European format
For example June 10 2005 is showing up as : 10-06-2005 instead of 6-10-2005...
Can anyone help?
Thanks!