Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
var frm = document.forms['bookform'].elements;
var msecsInADay = 86400000;
var startDate = new Date(ftm.StartDate.value);
var endDate = new Date(startDate.getTime() + msecsInADay);
frm.EndDate.value = endDate.getDate() + '/' + (endDate.getMonth()+1) + '/' + endDate.getFullYear();