mec-invoice/core/helper/invoice-information.php
Remove 'TicketTimeStart' => date_i18n($timeFormat, strtotime($event_start_time)),
'TicketTimeEnd' => date_i18n($timeFormat, strtotime($event_end_time)),
and change to
'TicketTimeStart' => $event_start_time,
'TicketTimeEnd' => $event_end_time,
for correct date & time
Hello,
Thank you for posting on our forums.
You should submit a support ticket at support.webnus.netThis issue cannot be resolved here.
Best,
Webnus Team
Etihad
mec-invoice/core/helper/invoice-information.php
Remove 'TicketTimeStart' => date_i18n($timeFormat, strtotime($event_start_time)),
'TicketTimeEnd' => date_i18n($timeFormat, strtotime($event_end_time)),
and change to
'TicketTimeStart' => $event_start_time,
'TicketTimeEnd' => $event_end_time,
for correct date & time