G
Guest
I am trying to have the current date and time prepopulate one of the text boxes in my FP project. Im using ASP. When I place
<%=Now()%>
in the "initial values" box of the "text box properties" for the field of interest, it runs great but it gives the time *at the server*. Unfortunately, the server is in a different time zone! Is there a waythat I capture the current date and time at the browser??
Thanks!
<%=Now()%>
in the "initial values" box of the "text box properties" for the field of interest, it runs great but it gives the time *at the server*. Unfortunately, the server is in a different time zone! Is there a waythat I capture the current date and time at the browser??
Thanks!