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

news_archive.tpl - DATE FORMAT

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 03-27-2010, 12:52 AM
  Dan.roh's Avatar 
Dan.roh Dan.roh is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 397
 

Default news_archive.tpl - DATE FORMAT

Hi guys,

Can anyone please be so kind to let me know how I can change the date format that displays on my newsletter on storefront.

Currently the date format looks like this 27-03-2010

I would like for it to display like this Mar-2010


My guess is to edit news_archive.tpl

Mine looks like this:

{* $Id: news_archive.tpl,v 1.5.2.1 2007/11/29 11:35:34 ferz Exp $ *}
{if $news_messages eq ""}
{$lng.txt_no_news_available}
{else}
{section name=idx loop=$news_messages}
{capture name=dialog}
<b>{$news_messages[idx].subject}</b>
<br /><br />
{if $news_messages[idx].allow_html eq "N"}
{$news_messages[idx].body|replace:"\n":"<br />"}
{else}
{$news_messages[idx].body}
{/if}
{/capture}
{include file="dialog.tpl" title=$news_messages[idx].date|date_format:$config.Appearance.date_format content=$smarty.capture.dialog extra='width="100%"'}
<br />
{/section}
{/if}



Any help would be greatly appreciated
Thanks
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote
  #2  
Old 03-27-2010, 05:42 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: news_archive.tpl - DATE FORMAT

It says it right here: date_format:$config.Appearance.date_format

Either change the date format in admin settings or

date_format:"%b - %Y"

You can refer to this http://www.smarty.net/manual/en/language.modifier.date.format.php
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote

The following user thanks cflsystems for this useful post:
Dan.roh (03-27-2010)
  #3  
Old 03-27-2010, 01:11 PM
  Dan.roh's Avatar 
Dan.roh Dan.roh is offline
 

eXpert
  
Join Date: Jul 2008
Posts: 397
 

Default Re: news_archive.tpl - DATE FORMAT

Thanks Steve - You're the Man! I knew I saw it somewhere, was not sure where

Quote:
Originally Posted by cflsystems
It says it right here: date_format:$config.Appearance.date_format

Either change the date format in admin settings or

date_format:"%b - %Y"

You can refer to this http://www.smarty.net/manual/en/language.modifier.date.format.php
__________________
Regards

Dan


Xcart version:
4.1.10 GOLD
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



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 10:25 AM.

   

 
X-Cart forums © 2001-2020