Im confused..how do I convert a number that was imported from ms sql 2005...into its date format in excel?..
this sql statement: select actual_end_date,dateadd(s,Actual_End_Date,'19700101')
gives me:
actual_end_date (No column name)
1203693715 2008-02-22 15:21:55.000.
now I have: 1203693715, in an excel cell..and I know it should convert to 2/22/08...???...
this sql statement: select actual_end_date,dateadd(s,Actual_End_Date,'19700101')
gives me:
actual_end_date (No column name)
1203693715 2008-02-22 15:21:55.000.
now I have: 1203693715, in an excel cell..and I know it should convert to 2/22/08...???...
Last edited: