Re: How do I change the Date format?
Quote:
Originally Posted by
JillC
This was great info, thanks. However, I have been wading through tutorials and little warnings pop up now and again about making sure your files don't get over-ridden during an update. For this reason (AT STEP 6) I copied the file admin/includes/languages/<YOUR_LANGUAGE>.php into
admin/includes/languages/<YOUR_TEMPLATE>/<YOUR_LANGUAGE>.php and made my changes there.
It seems to work and I don't know if I'm just being over cautious or not.
:smile:
Template override system is not currently available for the Admin section so you need to make changes to the /admin/includes/languages/<YOUR-LANGUAGE>.php file. If you copy this file into /admin/includes/languages/<YOUR-TEMPLATE>/<YOUR-LANGUAGE>.php it will have no effect on your store.
Re: How do I change the Date format?
I also wanted to say thankyou to the wonderful people in here to take their time to help others.
I have managed to change most of my dates over too (Im in Australia & therefore wanted the 'UK' format).
They are all working wonderful. The only ones I have found that have not changed are the dates that Coupons expire. My customers get a message that this coupon expirse on ... and the date is US format.
Any help is appreciated.
Thanks
Re: How do I change the Date format?
Phil your a bloody legend :smartalec:
thanks Mate :hug:
Re: How do I change the Date format?
Quote:
Originally Posted by
rainbows
I also wanted to say thankyou to the wonderful people in here to take their time to help others.
I have managed to change most of my dates over too (Im in Australia & therefore wanted the 'UK' format).
They are all working wonderful. The only ones I have found that have not changed are the dates that Coupons expire. My customers get a message that this coupon expirse on ... and the date is US format.
Any help is appreciated.
Thanks
That's because there are hundreds of other files still with Y-m-d format. I would leave it alone as it might have some thing to do with Mysql dates or external things like currency etc might get affected.
The only sure way of doing is to replace them in the files you see its not correct.
Re: How do I change the Date format?
NVM, I redid it all again and it worked. Than you so much.
Re: How do I change the Date format?
Excellent info Phil, Thanks, much appreciated. :cool::clap:
PS. Message To all zenners... I bought the Zen Book and it has saved me HOURS of frustration. Brilliant publication. Every novice should own it!!!!
Re: How do I change the Date format?
Re: How do I change the Date format?
Fantastic thread works like a treat.
It would be great in the next release that this could be made in the admin section for the site.
Cheers
Brett
Re: How do I change the Date format?
Thank you so much for this tutorial :flex: