toddsalcedo
Programmer
I have an ASP search page that contains a button that allows the user to download the results of the database search to an Excel file. The Excel file contains two date columns, but they will not properly sort nor will they format into Date type columns.
They are datetime columns in the database, but that seems to get lost in the download. Is there a way to force the download to pre-format the dates as date data so that it can be soreted in Excel?
They are datetime columns in the database, but that seems to get lost in the download. Is there a way to force the download to pre-format the dates as date data so that it can be soreted in Excel?