Date format output from Access to ASP
I see many have had this problem in the past with no real solution that I've found, but I'll try anyway in case I missed something.
Using MS Access, DW CS3, ASP VBScript.
My Access database date field type is Date/Time with an input mask of 00/00/00;0;_ for a format of 03/27/10 which works fine in the db. However, the output to my ASP page shows 03/27/2010 when previewed in a browser. I want the output to match the database - 03/27/10.
My regional settings are correctly set at 03/27/10. The Bindings window in DW offers many date formats which will not bind -- the binding remains "Selected...None" no matter which format is picked. If I change my db date field to text, the dates do not sort in proper order. Any solutions?
