Flight Reservation Form

Flight Reservation Form













Clock

Clock

Current Time: {{ time }}

				
					<script>function updateClock() {
  var currentTime = new Date();
  var hours = currentTime.getHours();
  var minutes = currentTime.getMinutes();
  var seconds = currentTime.getSeconds();
  if (hours < 10) {
    hours = "0" + hours;
  }
  if (minutes < 10) {
    minutes = "0" + minutes;
  }
  if (seconds < 10) {
    seconds = "0" + seconds;
  }
  var clockDiv = document.getElementById("clock");
  clockDiv.innerHTML = hours + ":" + minutes + ":" + seconds;
}

setInterval(updateClock, 1000);</script> 
				
			
Open chat
1
Support
Warm Welcome to Lanka Tour Host!
How can I assist to you?