
	<form method="get" class="inner-form wid_flight schedule_form" id="schedule_form" action="https://book-royalbrunei.crane.aero/ibe/timetable/create">
    <div class="row">
		<div class="inner-form tabsection col-md-12">
	        <span class="select_form">
	        <label>
	        	<input type="radio" class="form-tabs departure_schedule schedule-timetables" checked="checked" id="scheduleround" name="tripType" value="ROUND_TRIP">
	        	<span class="check-container">
					<span class="content-title">Round Trip</span>
				</span>
	        <label>
	        </span>
	        <span class="select_form">
	        <label>
	        	<input type="radio" class="form-tabs return_schedule" id="schedulepneway" name="tripType" value="ONE_WAY" >
	        	<span class="check-container">
					<span class="content-title">One Way</span>
				</span>
	        </label>
	        </span>
		</div>
	</div>
	<input type="hidden" name="inlineRadioOptions" value="on"/>
	<div class="schedule_row">
	    <div class="row desktopflighttable">
		    <div class="col-md-6 col-sm-6">
				<div class="form-group">
					<label for="">Departure City</label>
					<div class="input-group selectdiv departureCitytimetable">
						<span class="arw_flight"></span>
						<select class="fancy-select custom-simple-drop g-country-departure" id="city-from" name="depPort" data-selected="" title="" tabindex="-1" required>
				        	<option value="">Select</option>
								<option  value="AOR">Alor Setar, Malaysia (AOR)</option><option  value="BPN">Balikpapan, Indonesia (BPN)</option><option  value="BWN">Bandar Seri Begawan, Brunei Darussalam (BWN)</option><option  value="BKK">Bangkok, Thailand (BKK)</option><option selected="selected" value="PKX">Beijing, China (PKX)</option><option  value="CEB">Cebu, Philippines (CEB)</option><option  value="MAA">Chennai, India (MAA)</option><option  value="DXB">Dubai, United Arab Emirates (DXB)</option><option  value="HGH">Hangzhou, China (HGH)</option><option  value="SGN">Ho Chi Minh City, Vietnam (SGN)</option><option  value="HKG">Hong Kong, China (HKG)</option><option  value="IST">Istanbul, Turkey (IST)</option><option  value="CGK">Jakarta, Indonesia (CGK)</option><option  value="JED">Jeddah, Saudi Arabia (JED)</option><option  value="JHB">Johor Bahru, Malaysia (JHB)</option><option  value="KBR">Kota Bharu, Malaysia (KBR)</option><option  value="BKI">Kota Kinabalu, Malaysia (BKI)</option><option  value="KUL">Kuala Lumpur, Malaysia (KUL)</option><option  value="KCH">Kuching, Malaysia (KCH)</option><option  value="LGK">Langkawi, Malaysia (LGK)</option><option  value="LHR">London, United Kingdom (LHR)</option><option  value="MNL">Manila, Philippines (MNL)</option><option  value="MEL">Melbourne, Australia (MEL)</option><option  value="NNG">Nanning, China (NNG)</option><option  value="PEN">Penang, Malaysia (PEN)</option><option  value="ICN">Seoul, South Korea (ICN)</option><option  value="SIN">Singapore, Singapore (SIN)</option><option  value="SUB">Surabaya, Indonesia (SUB)</option><option  value="TPE">Taipei, Taiwan, China (TPE)</option><option  value="NRT">Tokyo, Japan (NRT)</option>				        </select>
						
					</div>
				</div>
				
			</div>
			<div class="col-md-6 col-sm-6">
				<div class="form-group">
					<label for="">Arrival City</label>
					<div class="input-group" id="city-to-div">
						<span class="arw_flight"></span>
						<select class="fancy-select custom-simple-drop g-country-arrival" id="city-to" name="arrPort" data-selected="" title="" tabindex="-1" required>
				        	<option value="">Select</option>
							<option  value="AOR">Alor Setar, Malaysia (AOR)</option><option  value="BPN">Balikpapan, Indonesia (BPN)</option><option  value="BWN">Bandar Seri Begawan, Brunei Darussalam (BWN)</option><option  value="BKK">Bangkok, Thailand (BKK)</option><option  value="PKX">Beijing, China (PKX)</option><option  value="CEB">Cebu, Philippines (CEB)</option><option  value="MAA">Chennai, India (MAA)</option><option  value="DXB">Dubai, United Arab Emirates (DXB)</option><option  value="HGH">Hangzhou, China (HGH)</option><option  value="SGN">Ho Chi Minh City, Vietnam (SGN)</option><option  value="HKG">Hong Kong, China (HKG)</option><option  value="IST">Istanbul, Turkey (IST)</option><option  value="CGK">Jakarta, Indonesia (CGK)</option><option  value="JED">Jeddah, Saudi Arabia (JED)</option><option  value="JHB">Johor Bahru, Malaysia (JHB)</option><option  value="KBR">Kota Bharu, Malaysia (KBR)</option><option  value="BKI">Kota Kinabalu, Malaysia (BKI)</option><option  value="KUL">Kuala Lumpur, Malaysia (KUL)</option><option  value="KCH">Kuching, Malaysia (KCH)</option><option  value="LGK">Langkawi, Malaysia (LGK)</option><option  value="LHR">London, United Kingdom (LHR)</option><option  value="MNL">Manila, Philippines (MNL)</option><option  value="MEL">Melbourne, Australia (MEL)</option><option  value="NNG">Nanning, China (NNG)</option><option  value="PEN">Penang, Malaysia (PEN)</option><option  value="ICN">Seoul, South Korea (ICN)</option><option  value="SIN">Singapore, Singapore (SIN)</option><option  value="SUB">Surabaya, Indonesia (SUB)</option><option  value="TPE">Taipei, Taiwan, China (TPE)</option><option  value="NRT">Tokyo, Japan (NRT)</option>				        </select>
					</div>
				</div>
			</div>
						<div class="col-md-6 col-sm-6 newCalender" id="departure_schedule">
    			<div class="form-group">
					<label for="">Departure</label>
					<div class="input-group back_icon">
					<input type="text" id="round-trip-departure-date" class="departure-input form-control " value="12 April 2026" autocomplete="off"  required  data-calendar="date-from" required>
						<input type="hidden" name="date" id="schedule-date" value="" />
					</div>
				</div>
        	</div>
        	<div class="col-md-6 col-sm-6" id="return_schedule">
    			<div class="form-group">
					<label for="">Return</label>
					<div class="input-group back_icon">
						<input type="text" id="round-trip-departure-dates" name="return-date" class="arrival-input form-control datepicker_return" value="15 April 2026" autocomplete="off" required  data-calendar="date-to" >
						
					</div>
				</div>
        	</div>
		</div>
		
		
		<div class="row">

		</div>   
		</div>     
        <button class="btn btn_schedules"> Submit  </button>
	</form>
	
{"id":1109,"date":"2018-08-20T20:18:28","date_gmt":"2018-08-20T12:18:28","guid":{"rendered":"http:\/\/www.flyroyalbrunei.com\/peoples-republic-china\/?page_id=1109"},"modified":"2025-04-23T16:23:55","modified_gmt":"2025-04-23T08:23:55","slug":"flight-timetable","status":"publish","type":"page","link":"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/","title":{"rendered":"Flight Schedules and Timetables"},"content":{"rendered":"<div class=\"wpb-content-wrapper\"><p>[vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;vc_col-sm-push-8&#8243; el_id=&#8221;margin_bottom&#8221;][vc_column_text]Plan ahead with our schedules and timetables.<\/p>\n<p><strong>What are your travel details?<\/strong>[\/vc_column_text][vc_column_text css=&#8221;&#8221;]Flight schedules are correct at the time of publications and are subject to change.<\/p>\n<p>Please note that some flights schedules may change due to weather conditions and\/or other technicalities.<\/p>\n<p>Details of all operating flights can be checked <a href=\"https:\/\/www.flyroyalbrunei.com\/wp-content\/uploads\/2025\/04\/23APR2025-RB-Operating-Flights.pdf\" target=\"_blank\" rel=\"noopener\">here<\/a>.[\/vc_column_text][\/vc_column][vc_column width=&#8221;2\/3&#8243; el_class=&#8221;vc_col-sm-pull-4&#8243;][vc_column_text][\/vc_column_text][\/vc_column][\/vc_row][vc_row][vc_column][\/vc_column][\/vc_row]<\/p>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>[vc_row][vc_column width=&#8221;1\/3&#8243; el_class=&#8221;vc_col-sm-push-8&#8243; el_id=&#8221;margin_bottom&#8221;][vc_column_text]Plan ahead with our schedules and timetables. What are your travel details?[\/vc_column_text][vc_column_text css=&#8221;&#8221;]Flight schedules are correct at the time of publications and are subject to change. Please note that some flights schedules may change due to weather conditions and\/or other technicalities. Details of all operating flights can<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":380,"menu_order":92,"comment_status":"closed","ping_status":"closed","template":"custom-templates\/default-custom-template.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-1109","page","type-page","status-publish","hentry","post-single border-bottom"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v24.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Flight Schedules and Timetables - China | Royal Brunei Airlines<\/title>\n<meta name=\"description\" content=\"Plan ahead with Royal Brunei Airlines&#039; flight schedules &amp; timetables of China . Find out the arrival &amp; departure time of your flights even during unpredictable weather conditions and technicalities.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Flight Schedules and Timetables - China | Royal Brunei Airlines\" \/>\n<meta property=\"og:description\" content=\"Plan ahead with Royal Brunei Airlines&#039; flight schedules &amp; timetables of China . Find out the arrival &amp; departure time of your flights even during unpredictable weather conditions and technicalities.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/\" \/>\n<meta property=\"og:site_name\" content=\"China\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-23T08:23:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/\",\"url\":\"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/\",\"name\":\"Flight Schedules and Timetables - China | Royal Brunei Airlines\",\"isPartOf\":{\"@id\":\"https:\/\/www.flyrb.cn\/china\/en\/#website\"},\"datePublished\":\"2018-08-20T12:18:28+00:00\",\"dateModified\":\"2025-04-23T08:23:55+00:00\",\"description\":\"Plan ahead with Royal Brunei Airlines' flight schedules & timetables of China . Find out the arrival & departure time of your flights even during unpredictable weather conditions and technicalities.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Book &#038; Manage\",\"item\":\"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Flight Schedules and Timetables\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.flyrb.cn\/china\/en\/#website\",\"url\":\"https:\/\/www.flyrb.cn\/china\/en\/\",\"name\":\"China\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.flyrb.cn\/china\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Flight Schedules and Timetables - China | Royal Brunei Airlines","description":"Plan ahead with Royal Brunei Airlines' flight schedules & timetables of China . Find out the arrival & departure time of your flights even during unpredictable weather conditions and technicalities.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_US","og_type":"article","og_title":"Flight Schedules and Timetables - China | Royal Brunei Airlines","og_description":"Plan ahead with Royal Brunei Airlines' flight schedules & timetables of China . Find out the arrival & departure time of your flights even during unpredictable weather conditions and technicalities.","og_url":"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/","og_site_name":"China","article_modified_time":"2025-04-23T08:23:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/","url":"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/","name":"Flight Schedules and Timetables - China | Royal Brunei Airlines","isPartOf":{"@id":"https:\/\/www.flyrb.cn\/china\/en\/#website"},"datePublished":"2018-08-20T12:18:28+00:00","dateModified":"2025-04-23T08:23:55+00:00","description":"Plan ahead with Royal Brunei Airlines' flight schedules & timetables of China . Find out the arrival & departure time of your flights even during unpredictable weather conditions and technicalities.","breadcrumb":{"@id":"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/flight-timetable\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Book &#038; Manage","item":"https:\/\/www.flyrb.cn\/china\/en\/book-manage\/"},{"@type":"ListItem","position":2,"name":"Flight Schedules and Timetables"}]},{"@type":"WebSite","@id":"https:\/\/www.flyrb.cn\/china\/en\/#website","url":"https:\/\/www.flyrb.cn\/china\/en\/","name":"China","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.flyrb.cn\/china\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"acf":[],"_links":{"self":[{"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/pages\/1109","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/comments?post=1109"}],"version-history":[{"count":20,"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/pages\/1109\/revisions"}],"predecessor-version":[{"id":40627,"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/pages\/1109\/revisions\/40627"}],"up":[{"embeddable":true,"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/pages\/380"}],"wp:attachment":[{"href":"https:\/\/www.flyrb.cn\/china\/en\/wp-json\/wp\/v2\/media?parent=1109"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}