I have JEvents 3.4.50. I have several events that are in the calendar for a particular time but show up differently in the Latest Events module, For instance, at 10:00 am event shows as 10:06 or 10:07. All the variations change the minute from 00 to 06 or 07.
In the module, I'm using the following custom format string:
What am I doing wrong?
Thanks, Bill
In the module, I'm using the following custom format string:
[m:${startDate(%a, %b %e, %l:%M %P)} - ${endDate(%a, %b %e, %l:%M %P)}][!m:${startDate(%a, %b %e, %l:%m %P)}] ${title}<!--
formats: http://php.net/manual/en/function.strftime.php-
-><!--
multi-line conditional
https://www.jevents.net/discussions/custom-format-string-for-date-range/latest , https://www.jevents.net/frequently-asked-questions/custom-format-strings
-->
What am I doing wrong?
Thanks, Bill