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.
dim thisString, thatString
thisString = "3/13/01 5:24:11 PM"
thatString = replace(thisString, "/", ",")
thisString = replace(thatString, ":", ",")
thatString = left(thisString, 15)