Hi all :ciao:
I am trying to parse Date from my database and that fails...
the date format I need is
I do code like a
But it fails
Please advice me the correct way :stupido3:
Please help!
I am trying to parse Date from my database and that fails...
the date format I need is
2010-05-02 11:23:55
I do code like a
Code:
DateFormat df = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
But it fails
Please advice me the correct way :stupido3:
Please help!
Last edited: