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.
Function j2d(jd As String) As Date
j2d = DateAdd("d", jd Mod 1000, "12/31/" & CStr(jd \ 1000 + 1899))
End Function