| View previous topic :: View next topic |
| Author |
Message |
MCT467
Joined: 30 Jul 2008 Posts: 7
|
Posted: Wed Jul 30, 2008 11:00 am Post subject: date format |
|
|
Hi,
Very new to this, so far it's looking fantastic.
Just a quick question, can I change the way the dates are displayed? Here in Australia we like to view them as DD/MM/YYYY not as MM/DD/YYYY. I can't seem to find where to change this in the settings. Is this possible?
Thanks
Matt |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5160
|
Posted: Wed Jul 30, 2008 4:17 pm Post subject: |
|
|
Hi,
Edit include/config.php and change the language setting from US to GB. You will see the line:
@define("_CAL_LANG_", "en_US");
change this to ..
@define("_CAL_LANG_", "en_GB");
That will switch the date formats. Let me know if you have any questions / trouble at all. |
|
| Back to top |
|
 |
MCT467
Joined: 30 Jul 2008 Posts: 7
|
Posted: Sun Aug 03, 2008 7:19 am Post subject: |
|
|
Thanks Ian. That has fixed that.
Now, I get the following message at the top of every screen:
| Quote: |
| Warning: Cannot modify header information - headers already sent by (output started at /home/gre49666/public_html/site/calendar/include/config.php:165) in /home/gre49666/public_html/site/calendar/include/classes/class.session.php on line 66 |
I can't seem to add events now either. Can you help with this problem?
My calendar address is:
http://www.greaterwestscouts.com.au/site/calendar/
Thanks in advance. |
|
| Back to top |
|
 |
esoft_ian
Joined: 12 Sep 2005 Posts: 5160
|
Posted: Sun Aug 03, 2008 4:13 pm Post subject: |
|
|
Hi,
Please remove the line containing ?> at the very end of include/config.php
Let me know if this doesn't resolve it. |
|
| Back to top |
|
 |
|