How are you writing the date to the database in the first place? if you write it like this:
<%rs("date") = Date()%> then the time shouldn't even be written to the database. but you wont get the european format.
or if you want it formatted to your computer settings (i.e. european format, if that is what the computer settings are set for) you would do this:
<%rs("date") = FormatDateTime(Date())%> this will write only the date to your database and format it in accordance with the computer settings of the computer submitting your form.
Main Topics
Browse All Topics





by: Bit_TwiddlerPosted on 2002-12-31 at 04:40:13ID: 7649693
See the following:
hors/kevin _turner/da tetime.asp ? PrintPage =True
http://www.aspfree.com/aut