I have got a problem in converting the format of string. I have a string readydate = "2004-02-24 07:15:00" i have to convert this string to '24-feb-04'. can any one plz let me know how to do this.
string readydate = "2004-02-24 07:15:00" required o/p "24-feb-04". The o/p should also be in string as this need to be inserted into Oracle db.
Any help would be Appreciated, Thanks in advance Pooja.