[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.frontpage.programming

How can I insert a Current Date

=?Utf-8?B?cm9kY2hhcg==?=

4/9/2004 2:36:00 PM

I have a database which collects registration data for my
group. I store a date when the registration is submitted
and stored in the database.

I then used the Datbase Wizard to set up the interfase to
edit the records when a check is received and deposited.
I would like to insert the curent date when I edit a
record. In the field called "Edit.asp" there is this
code: <%=FP_FieldHTML(fp_rs,"Paid")%>

Can I insert the code for the curent date which is: <%
=date()%>, or something else, somewhere in this field,
and have it update the field with the current date
automatically?

Thank you for your help in advance.