.Net Convert date to Oracle friendly date

Posted on 2012/01/18

0


Dim strDate as Date = “1/5/03”
Dim strOracleDate as String = strDate.ToString(“dd-MMM-yy”).ToUpper()

 

Posted in: .Net, ASP.Net, Oracle, SQL, T-SQL, VB.Net