T
Tom T.
I have an access database setup with the field set as Date/Time. When I
store or update the data through the ASP Forms it returns on the form as a
time format (HH:MM:SS AM) even through we stored MM/DD/YYYY. I have tried
changing the database field to Short and Long dates, Tried adding an input
mask, Recreating the fields both manually and using the wizard. When I view
the caputed data from the ASP page it shows as MM/DD/YYYY until you click on
the field within the table and it changes to a time format. If I manually
enter the data into Access it will display correctly with the ASP Form but
again changes if you update the record. The data entry field is a basic text
box in frontpage. I have the SQL Statement to update the field which is
displayed as CertDate=::CertDate:: with no quotes. Is there another way it
should be written? What am I missing?
store or update the data through the ASP Forms it returns on the form as a
time format (HH:MM:SS AM) even through we stored MM/DD/YYYY. I have tried
changing the database field to Short and Long dates, Tried adding an input
mask, Recreating the fields both manually and using the wizard. When I view
the caputed data from the ASP page it shows as MM/DD/YYYY until you click on
the field within the table and it changes to a time format. If I manually
enter the data into Access it will display correctly with the ASP Form but
again changes if you update the record. The data entry field is a basic text
box in frontpage. I have the SQL Statement to update the field which is
displayed as CertDate=::CertDate:: with no quotes. Is there another way it
should be written? What am I missing?