Hello
You want to correct it like this
prnt.sc/qof69h
You only need to edit in line 79 of the modul/ mod_jux_timetable_schedules/defalt.php
$ columnFormat = $ column_format == 1? "dddd": 'dddd \ nMMM D, YYYY';
edit:
$ columnFormat = $ column_format == 1? "ddd": 'dddd \ nMMM D, YYYY';
Hello
You want to correct it like this
prnt.sc/qouug3
You only need to edit in line 78 of the modul/ mod_jux_timetable_events/defalt.php
<div>
<i class="fa fa-clock-o"></i><?php echo $item->startdate; ?> - <?php echo $item->endtime; ?>
</div>
edit:
<div>
<i class="fa fa-clock-o"></i><?php echo $item->starttime; ?> - <?php echo $item->endtime; ?>
</div>