shawnwmorris
Programmer
Hello All,
I have a VFP program that will dump some data to an XLS file. When I open the XLS files all of the Dates are set to DD-MM-YY format which causes excel to read the field as a text field instead of a date field. When I export the data to a CSV file the dates look correct and are correctly identified as a date field by excel.
Is there a way to change the date format in the SQL Command in VFP 9.0 to allow the data to be displayed and read like: mm/dd/yyyy?
Thanks
Shawn
I have a VFP program that will dump some data to an XLS file. When I open the XLS files all of the Dates are set to DD-MM-YY format which causes excel to read the field as a text field instead of a date field. When I export the data to a CSV file the dates look correct and are correctly identified as a date field by excel.
Is there a way to change the date format in the SQL Command in VFP 9.0 to allow the data to be displayed and read like: mm/dd/yyyy?
Thanks
Shawn