Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

exclamation-circle Jux Timetable Questions About Events & Schedule Modules

More
4 years 3 months ago #37781 by HienHC
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';

As for mobile issues, I'm checking.
Thanks

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

More
4 years 3 months ago #37782 by HienHC
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>

Thanks

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

Moderators: Jackie
Time to create page: 0.031 seconds
Powered by Kunena Forum