I have a data field that I am using to allow admins to choose the data of a listing. In the data field the correct data shows up. However when I insert it into the database, it shows up as something like this.
If I choose 01/04/2006 it shows up in the database as Wed 04 00:00:00 GMT. So I changed my update code to this. fld_propListDate = '#DateFormat(arguments.fld_propListDate, "MM/DD/YYYY")#'. Adding the dateformat still does not work, it inserts the date as 01/04/2000 Anyone have an idea on why it would do this. -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

