• Hi,

    I have some issue with the reservation time, on reservation confirmation and reservation report show pc local time instead of selected time.

    for temporary solution, i have modified the code

    old code :

    if ( $wpc_from_time !==”” ) {
    $wpc_from_time = date_i18n($wpc_time_format, strtotime( $wpc_from_time ) );
    }

    become :

    if ( $wpc_from_time !==”” ) {
    $wpc_from_time = $wpc_from_time ;
    }

    Need permanent solution for this issue. Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support A Zaman Sagor

    (@azamansagor)

    Hi @xnoobie,
    An inappropriate date or time format might cause such a problem. I would suggest you to check the valid date and time format from our documentation. If you still have the issue, try with the default formats.

    Regards

Viewing 1 replies (of 1 total)
  • The topic ‘Reservation time Error’ is closed to new replies.