Hi,
I am using JEvents 1.5 and Joomla 1.5.12 (German language).
I would like to know how to change the format of the Latest Events Display on the Frontend page.
Currently the display looks like this:
Next Date
Mitt Okt 07 @19:00 -
MIttwochs Rowing....
In technical terms I would like to change the ´D´ Format from three letters (Mon, Thus, Sat) to two letters (Mo, Th, Sa)
I would like to change the weekday format to (changes are marked bold):
Next Date
Mi Okt 07 @19:00 -
MIttwochs Rowing....
Currently I am using the following code in my administration:
${eventDate}[!a: - ${endDate(%I:%M%p)}]${startDate('D, M jS, Y, @g:ia')
${title}
Has anybody a solution for it?
Thanks in advance for any help.