Reservation time Error
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Reservation time Error’ is closed to new replies.