I am not part of support just some dude…
If you are in settings… for “Single Event” or, “Events List”…
you can display the Months and Days like this…
#l #j #M #Y #@_{ \u\n\t\i\l j M Y}<br/ >#_EVENTTIMES
Here is link that shows you how to use for example Wednesday or Wed..
October or Oct… etc etc…
https://php.net/manual/en/function.date.php
You can play around with this code below on a post or page to see what I mean.
[events_list]
<table class="events-table" cellspacing="0" cellpadding="0">
<thead>
<tr>
<th class="event-time" width="150">Date/Time</th>
<th class="event-description" width="*">Event</th>
</tr>
</thead>
<tbody>
<tr>
<td><strong>#l #j #M #Y #@_{ \u\n\t\i\l j M Y}</strong><br/ >#_EVENTTIMES</td>
<td>
<h3>#_EVENTLINK</h3>
#_EVENTEXCERPT
<h4 style="margin: 10px 0 5px;">Venue:</h4>
<strong> ********** SEE HOW I PUT THE MONTH AND YEAR DOWN HERE *******</strong><br />
#M #Y #@_{ \u\n\t\i\l j M Y}<br />
{has_location}<em>#_LOCATIONLINK, #_LOCATIONFULLLINE</em>{/has_location}</td>
</tr>
</tbody>
</table>
[/events_list]
Don’t forget that you have to use the “text” editor not visual editor on a post or page.
-
This reply was modified 7 years, 5 months ago by
Robswaimea.