Possibility to return date(s) as serial number for calculations?

  • Thread starter Thread starter Eric G
  • Start date Start date
E

Eric G

Hello,

Is there a possibility in FP 2003 (XPP) to read (have the system to provide)
date(s) in serial number format, like in Excel? And, subsequently use this
serial number for further calculations.

Or, would it be possible to do this through html?

I would be grateful for any suggestions.

Best regards,



Eric G
Stockholm, Sweden
 
You would have to do this with a server-side script such as ASP, ASP.net, PHP, etc.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
Hi Eric,

Yes, using ASP the following line will create a date serial. in a hidden form field

<input type="hidden" value="<% =dateserial(year,month,day) %>" >
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top