View Single Post
  #1  
Old 06-12-2005, 07:50 PM
 
whsu716 whsu716 is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 168
 

Default Simple Question: Date Formatting

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!
__________________
...
v 4.0.18; 4.1
Reply With Quote