Thank you for you reply.
I have tried To_Date; To_Char; alter session set NLS_DATE_FORMAT = 'dd/mm/yyyy' ;
All above functions work fine in Oracle, but once I run query in ASP, it keep tell me, not a valid month.
The follow statement, it gives 'missing expression'
Select Format$(CDate(Left([Dispatch_Date],10)),'dd/mm/yyyy') AS DispatchDate.
I wonder if there is any function(VBscript or javascript) in search box or query in ASP, to convert to 'dd/mm/yyyy' from Oracle's format 'dd-mmm-yyyy' .
Pete
|