MattSmithProg
Programmer
Hi,
I am trying to return some dates in a specific format. When I use
SELECT Multi, Yr, Nat,
Response_Due (Format 'DDBMMMBYYYY'),
Docs_Received (Format 'DDBMMMBYYYY'),
Further_Info_Due (Format 'DDBMMMBYYYY'),
Referred_Offline (Format 'DDBMMMBYYYY'),
Finalisation_Date (Format 'DDBMMMBYYYY'),
Finalisation_Result, Reffered_To, Pre_Finalisation,
Post_Finalisation, DWMS, UserId, Site,
Allocation (Format 'DDBMMMBYYYY'),
KeyIssues, Comments, ELS
FROM PTAPP_ACR_Main
WHERE Allocation >= '1899-12-30'
Order By Yr;
I doesn't change the format of the dates from say
2001-06-18 to 18 Jul 2001 like it should. It returns them in the same format that is on the table. It is really inportant as when the dates are placed in Excel certain dates change style. ie 6/11/2000 (6 Nov 2000) changes to 11/6/2000 (11 July 2000).
Could you please help.
Is there any other way of doing this?
Thanks
Matt
I am trying to return some dates in a specific format. When I use
SELECT Multi, Yr, Nat,
Response_Due (Format 'DDBMMMBYYYY'),
Docs_Received (Format 'DDBMMMBYYYY'),
Further_Info_Due (Format 'DDBMMMBYYYY'),
Referred_Offline (Format 'DDBMMMBYYYY'),
Finalisation_Date (Format 'DDBMMMBYYYY'),
Finalisation_Result, Reffered_To, Pre_Finalisation,
Post_Finalisation, DWMS, UserId, Site,
Allocation (Format 'DDBMMMBYYYY'),
KeyIssues, Comments, ELS
FROM PTAPP_ACR_Main
WHERE Allocation >= '1899-12-30'
Order By Yr;
I doesn't change the format of the dates from say
2001-06-18 to 18 Jul 2001 like it should. It returns them in the same format that is on the table. It is really inportant as when the dates are placed in Excel certain dates change style. ie 6/11/2000 (6 Nov 2000) changes to 11/6/2000 (11 July 2000).
Could you please help.
Is there any other way of doing this?
Thanks
Matt