Thread: Date Format

Results 1 to 4 of 4
  1. #1
    Join Date
    Dec 2009
    Location
    Gold Coast, Australia
    Posts
    170
    Plugin Contributions
    0

    Default Date Format

    Hi Can someone please tell me where to change the dat format and also can someone tell me how to make my site wider. my site is www.uniqueliving.com.au/zencart
    Thank you for your help

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Date Format

    Date: place a copy of english.php into your template folder /languages/Unique Living zt003 and if you do not have one create it
    Find and change to suit
    Code:
      @setlocale(LC_TIME, 'en_US.ISO_8859-1');
      define('DATE_FORMAT_SHORT', '%m/%d/%Y');  // this is used for strftime()
      define('DATE_FORMAT_LONG', '%A %d %B, %Y'); // this is used for strftime()
      define('DATE_FORMAT', 'm/d/Y'); // this is used for date()
      define('DATE_TIME_FORMAT', DATE_FORMAT_SHORT . ' %H:%M:%S');
    Width in your stylesheet.css file alter the red values to suit
    Code:
    #baseWrapper{
    	background-color: #ffffff;
    	border-right: 1px solid #968673;
    	border-left: 1px solid #968673;
    	margin: auto;
    	width: 760px;
    	}
    	
    #mainWrapper {
    	background-color: #ffffff;
    	text-align: left;
    	width: 760px;
    	vertical-align: top;
    	margin: auto;
    	color: #ae8657;
    	border: #FFCCFF 0px solid;
    	}

  3. #3
    Join Date
    Dec 2009
    Location
    Gold Coast, Australia
    Posts
    170
    Plugin Contributions
    0

    Default Re: Date Format

    Hi Thanks for your help I tried the widening and it worked fine but my logo/header image didn't work I enlarged this also to match the page but i cut off part of the image.

    I also have a couple of other problems my contact us page looks all funny and says something about perl in which i know nothing about (if someone can help me that would be great)
    and the other problem is this template has log out in the header even when you are not logged in. any ideas on this one.

    Once again thank you for all your help

  4. #4
    Join Date
    Dec 2009
    Location
    Gold Coast, Australia
    Posts
    170
    Plugin Contributions
    0

    Default Re: Date Format

    Sorry guys worked out the contact us section but still have problems with the rest

 

 

Similar Threads

  1. Date format
    By TRGames in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 28 Mar 2010, 10:18 PM
  2. Date Format
    By royalgemsnz in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 19 Jun 2006, 12:27 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg