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.
<PARAM NAME="hmin" VALUE="8">
<PARAM NAME="Field" VALUE="ApptTimeStart">
<PARAM NAME="nowatch" VALUE="">
<PARAM NAME="ampm" VALUE="y">
<PARAM NAME="multi" VALUE="o">
<PARAM NAME="hmax" VALUE="20">
<PARAM NAME="h1" VALUE="8">
<PARAM NAME="h2" VALUE="20">
<PARAM NAME="format" VALUE="H:M">
<PARAM NAME="jvf" VALUE="selectTimeInput()">
</APPLET>
function selectTimeInput() {
var f = document.forms[0];
f.ApptTimeStart.value = document.timepicker.stringFormat('H:M P');
f.ApptTimeEnd.value = document.timepicker.stringFormat('h:m p');
}