help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

Feature requests for JEM 2.0 - initial public release

CB plugins: more needed than enddate-> starttime

Re: CB plugins: more needed than enddate-> starttime

9 years 11 months ago - 9 years 11 months ago
#16828
about the time in the image:

as you're using a dot (.) for the starttime outside the return
Code:
$starttime2 .=
the time is added for every new row so you should remove the dot to get a better time display.
Code:
$starttime2 = JEMOutput::formattime($result->times);

didn't test but maybe i'll find some time today to test it out.
Last edit: 9 years 11 months ago by Bluefox.

Please Log in or Create an account to join the conversation.

Re: CB plugins: more needed than enddate-> starttime

9 years 11 months ago
#16829
that's it, thank you!

Please Log in or Create an account to join the conversation.

Time to create page: 0.543 seconds