[EventCalendar] Shorter Month Name
Jeremy Ciaramella
merlynx at gmail.com
Wed Feb 7 08:57:18 UTC 2007
Mark,
Maybe in template-functions.php?
Line 336:
define('EC3_DEFAULT_MONTH_FORMAT', 'F Y');
>From the PHP manual:
http://us3.php.net/date
F = A full textual representation of a month, such as January or March
M = A short textual representation of a month, three letters
Maybe try changing it to 'M Y'?
Not sure - there are a lot of internal formatting functions - just a hunch.
Hope that this don't break other internal formatting...
Thanks,
-J
-----Original Message-----
From: eventcalendar-bounces at firetree.net
[mailto:eventcalendar-bounces at firetree.net] On Behalf Of Mark McGrath
Sent: Tuesday, February 06, 2007 6:03 PM
To: eventcalendar at firetree.net
Subject: [EventCalendar] Shorter Month Name
Hi Folks,
I'd like to change the output of <?php ec3_the_schedule('%s ','%1$s -
%2$s ',' %s '); ?> to include the short, 3-Letter Month name.
You can see why on this page: horse-canada.com/?cat=36
Any ideas how I can do this? I've been killing myself pouring through
all the plugin files to find where I can make the adjustment, I just
can't figure it out.
Any input is appreciated. Thanks so much.
_______________________________________________
Blog: http://wpcal.firetree.net/
EventCalendar at firetree.net mailing list
Unsubscribe: http://penguin.firetree.net/eventcalendar
More information about the EventCalendar
mailing list