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.
theDate = new Date();
myDate = theDate.getMonth() + "/" + theDate.getDate() + "/" + theDate.getFullYear();
trace(myDate);
StartConfirm_txt.text = tempStart.getYear() + "-" + tempStart.getMonth() + "-" + tempStart.getDate();