Boyds Bay Car Rentals

Boyds Bay Car Rentals

                                                             

Hours of Operation

Monday – Friday: 6:00AM – 4:00PM (QLD time)

Saturday, Sunday and hours outside of our normal operating times are by appointment only and require a minimum of 1 days notice.

jQuery(function() { jQuery(".vrcmodal").fancybox({ type: "iframe", iframe: { css: { width: "75%", height: "75%" } } }); });

Boyds Bay Car Rentals

                                                             
Please choose a Location Gold Coast Airport Boyds Bay depot
Please choose a Location Gold Coast Airport Boyds Bay depot
Any Small Car Medium Car SUV Ute Trailer Van

Hours of Operation

Monday – Friday: 6:00AM – 4:00PM (QLD time)

Saturday, Sunday and hours outside of our normal operating times are by appointment only and require a minimum of 1 days notice.

function vrcCleanNumber(snum) { if (snum.length > 1 && snum.substr(0, 1) == '0') { return parseInt(snum.substr(1)); } return parseInt(snum); } function vrcFormatTime(h, m) { var time_format = 'h:i A'; var time_ftfour = (time_format == 'H:i'); var time_ampm = ''; if (!time_ftfour) { if (h >= 12 && h 12) { h -= 12; } } else { time_ampm = ' AM'; } } return (h < 10 ? ('0' + h) : h) + ':' + ((m < 10 ? ('0' + m) : m)) + time_ampm; } function vrcValidateSearch() { if (typeof jQuery === 'undefined' || typeof vrc_wopening_pick === 'undefined') { return true; } if (vrc_mopening_pick !== null) { // pickup time var pickh = jQuery('#vrccomselph').find('select').val(); var pickm = jQuery('#vrccomselpm').find('select').val(); if (!pickh || !pickh.length || !pickm) { return true; } pickh = vrcCleanNumber(pickh); pickm = vrcCleanNumber(pickm); if (pickh == vrc_mopening_pick[0]) { if (pickm < vrc_mopening_pick[1]) { // location is still closed at this time jQuery('#vrccomselpm').find('select').html(''+(vrc_mopening_pick[1] < 10 ? '0'+vrc_mopening_pick[1] : vrc_mopening_pick[1])+'').val(vrc_mopening_pick[1]); alert(Joomla.JText._('VRC_LOC_WILL_OPEN_TIME').replace('%s', vrcFormatTime(vrc_mopening_pick[0], vrc_mopening_pick[1]))); // do not return false as we are overwriting the pickup time // return false; } } if (pickh == vrc_mopening_pick[2]) { if (pickm > vrc_mopening_pick[3]) { // location is already closed at this time for a pick up jQuery('#vrccomselpm').find('select').html(''+(vrc_mopening_pick[3] < 10 ? '0'+vrc_mopening_pick[3] : vrc_mopening_pick[3])+'').val(vrc_mopening_pick[3]); alert(Joomla.JText._('VRC_LOC_WILL_CLOSE_TIME').replace('%s', vrcFormatTime(vrc_mopening_pick[2], vrc_mopening_pick[3]))); // do not return false as we are overwriting the pickup time // return false; } } // check for breaks if (vrc_mopening_pick[4] && vrc_mopening_pick[4].length) { for (var b = 0; b break_from_secs && pick_secs vrc_mopening_pick[4][b]['th'] && pick_secs < break_from_secs && pick_secs vrc_mopening_pick[4][b]['th'] && pick_secs > break_from_secs && pick_secs > break_to_secs) { // overnight break, with time before midnight alert(break_mess); return false; } } } } if (vrc_mopening_drop !== null) { // dropoff time var droph = jQuery('#vrccomseldh').find('select').val(); var dropm = jQuery('#vrccomseldm').find('select').val(); if (!droph || !droph.length || !dropm) { return true; } droph = vrcCleanNumber(droph); dropm = vrcCleanNumber(dropm); if (droph == vrc_mopening_drop[0]) { if (dropm > vrc_mopening_drop[1]) { // location is already closed at this time jQuery('#vrccomseldm').find('select').html(''+(vrc_mopening_drop[1] < 10 ? '0'+vrc_mopening_drop[1] : vrc_mopening_drop[1])+'').val(vrc_mopening_drop[1]); alert(Joomla.JText._('VRC_LOC_WILL_CLOSE_TIME').replace('%s', vrcFormatTime(vrc_mopening_drop[0], vrc_mopening_drop[1]))); // do not return false as we are overwriting the drop off time // return false; } } if (droph == vrc_mopening_drop[2]) { if (dropm < vrc_mopening_drop[3]) { // location is still closed at this time for a drop off jQuery('#vrccomseldm').find('select').html(''+(vrc_mopening_drop[3] < 10 ? '0'+vrc_mopening_drop[3] : vrc_mopening_drop[3])+'').val(vrc_mopening_drop[3]); alert(Joomla.JText._('VRC_LOC_WILL_OPEN_TIME').replace('%s', vrcFormatTime(vrc_mopening_drop[2], vrc_mopening_drop[3]))); // do not return false as we are overwriting the drop off time // return false; } } // check for breaks if (vrc_mopening_drop[4] && vrc_mopening_drop[4].length) { for (var b = 0; b break_from_secs && drop_secs vrc_mopening_drop[4][b]['th'] && drop_secs < break_from_secs && drop_secs vrc_mopening_drop[4][b]['th'] && drop_secs > break_from_secs && drop_secs > break_to_secs) { // overnight break, with time before midnight alert(break_mess); return false; } } } } return true; }