Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls

Simple Question: Date Formatting

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #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
  #2  
Old 06-12-2005, 07:53 PM
 
whsu716 whsu716 is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 168
 

Default

Forget it! Got it!

For those who want to change it:

in the config.php file

Quote:
if (empty($config["Appearance"]["date_format"]))
$config["Appearance"]["date_format"] = "%d-%m-%Y";

change that to

Quote:
if (empty($config["Appearance"]["date_format"]))
$config["Appearance"]["date_format"] = "%m-%d-%Y";
__________________
...
v 4.0.18; 4.1
Reply With Quote
  #3  
Old 06-12-2005, 08:00 PM
 
whsu716 whsu716 is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 168
 

Default

Ok - now it's not updating on the news module - does this have anything to do with caching?

How can I resolve this? Thanks!
__________________
...
v 4.0.18; 4.1
Reply With Quote
  #4  
Old 06-13-2005, 04:08 AM
  TelaFirma's Avatar 
TelaFirma TelaFirma is offline
 

X-Adept
  
Join Date: Nov 2002
Location: North Carolina USA
Posts: 930
 

Default

Try looking in Admin...

General Setting -> Appearance options -> Select date format:
Reply With Quote
  #5  
Old 06-13-2005, 08:08 AM
 
whsu716 whsu716 is offline
 

Senior Member
  
Join Date: Jun 2005
Posts: 168
 

Default

man - I've got to play around with this more...should've seen that earlier!

Thanks!
__________________
...
v 4.0.18; 4.1
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 12:10 PM.

   

 
X-Cart forums © 2001-2020